Skip to content

Commit e2b8b1c

Browse files
Github Action
Signed-off-by: Hanwen <[email protected]>
1 parent 893125e commit e2b8b1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,13 @@ jobs:
7979
run: pip install tox
8080
- name: Run Tox
8181
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

Comments
 (0)