diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d680f076991dbcf4b698a85741a926ad8b4fb4f9..96b7f9a88b3c4a9bbc39ce9fd8e2599f5a6b1df5 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