We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c1126 commit 86bdcb6Copy full SHA for 86bdcb6
1 file changed
.github/workflow-scripts/analyze_scripts.sh
@@ -16,6 +16,7 @@ if [ -x "$(command -v shellcheck)" ]; then
16
-type f \
17
-not -path "*node_modules*" \
18
-not -path "*third-party*" \
19
+ -not -path "*vendor*" \
20
-name '*.sh' \
21
-exec sh -c 'shellcheck "$1"' -- {} \;
22
0 commit comments