Skip to content

Commit 5aa6783

Browse files
authored
Ignore ./github-workflows folder in soundness.sh (#1926)
1 parent fd00b06 commit 5aa6783

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/soundness.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ EOF
104104
\( \! -path './coverage/*' -a \
105105
\( \! -path './.husky/*' -a \
106106
\( \! -path './src/typings/*' -a \
107-
\( "${matching_files[@]}" \) \
108-
\) \) \) \) \) \) \) \) \)
107+
\( \! -path './github-workflows/*' -a \
108+
\( "${matching_files[@]}" \
109+
\) \) \) \) \) \) \) \) \) \) \)
109110
} | while read -r line; do
110111
if [[ "$(replace_acceptable_years < "$line" | head -n "$expected_lines" | shasum)" != "$expected_sha" ]]; then
111112
printf "\033[0;31mmissing headers in file '%s'!\033[0m\n" "$line"

0 commit comments

Comments
 (0)