We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893125e commit e2b8b1cCopy full SHA for e2b8b1c
.github/workflows/ci.yml
@@ -79,3 +79,13 @@ jobs:
79
run: pip install tox
80
- name: Run Tox
81
run: tox -e ${{ matrix.toxenv }}
82
+ shellcheck:
83
+ name: Shellcheck
84
+ runs-on: ubuntu-latest
85
+ steps:
86
+ - uses: actions/checkout@v2
87
+ - name: Run ShellCheck
88
+ uses: ludeeus/action-shellcheck@master
89
+ with:
90
+ severity: error
91
+ ignore_paths: ./third-party/
0 commit comments