diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml new file mode 100644 index 0000000..bd9295d --- /dev/null +++ b/.github/workflows/shellcheck.yml @@ -0,0 +1,9 @@ +name: lint + +on: [push, pull_request] + +jobs: + shellcheck: + - runs-on: ubuntu-latest + - name: shellcheck + uses: ludeeus/action-shellcheck@0.1.0