diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml new file mode 100644 index 00000000..1f61b444 --- /dev/null +++ b/.github/workflows/shellcheck.yml @@ -0,0 +1,16 @@ +name: Shellcheck + +on: + pull_request: + push: + +jobs: + shellcheck: + name: Github Actions + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run Shellcheck + uses: ludeeus/action-shellcheck@master + with: + check_together: 'yes'