diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d680f076..96b7f9a8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -76,3 +76,11 @@ jobs: run: | pip install pylint==2.10.2 pylint plugins --disable=import-error + + shellcheck: + name: Shellcheck + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@1.1.0