We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be4f49 commit b376c54Copy full SHA for b376c54
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: ./install.sh
28
29
- name: Shellcheck
30
- run: shellcheck *.sh
+ run: shellcheck -x *.sh
31
32
- name: Upgrade packages
33
0 commit comments