Skip to content

Commit 4331a45

Browse files
committed
GH actions: add shellcheck to tests workflow
1 parent c4224df commit 4331a45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
run: |
2424
make build-with-cache
2525
26+
- name: Run shellcheck
27+
run: |
28+
sudo apt-get -y install shellcheck
29+
make test
30+
2631
- name: Tests
2732
run: |
33+
make shellcheck
2834
make test

0 commit comments

Comments
 (0)