Skip to content

Commit 86bdcb6

Browse files
committed
do not spellcheck vendored scripts
1 parent f5c1126 commit 86bdcb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflow-scripts/analyze_scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [ -x "$(command -v shellcheck)" ]; then
1616
-type f \
1717
-not -path "*node_modules*" \
1818
-not -path "*third-party*" \
19+
-not -path "*vendor*" \
1920
-name '*.sh' \
2021
-exec sh -c 'shellcheck "$1"' -- {} \;
2122

0 commit comments

Comments
 (0)