We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45fff7 commit 9d1ecbcCopy full SHA for 9d1ecbc
1 file changed
.github/workflows/validate.yml
@@ -18,12 +18,12 @@ jobs:
18
19
- name: Run shellcheck on scripts
20
run: |
21
- shellcheck scripts/*.sh
+ shellcheck -S error scripts/*.sh
22
23
- name: Run shellcheck on lib scripts (if any)
24
25
if compgen -G "scripts/lib/*.sh" > /dev/null; then
26
- shellcheck scripts/lib/*.sh
+ shellcheck -S error scripts/lib/*.sh
27
else
28
echo "No scripts/lib/*.sh files found, skipping."
29
fi
0 commit comments