We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd00b06 commit 5aa6783Copy full SHA for 5aa6783
scripts/soundness.sh
@@ -104,8 +104,9 @@ EOF
104
\( \! -path './coverage/*' -a \
105
\( \! -path './.husky/*' -a \
106
\( \! -path './src/typings/*' -a \
107
- \( "${matching_files[@]}" \) \
108
- \) \) \) \) \) \) \) \) \)
+ \( \! -path './github-workflows/*' -a \
+ \( "${matching_files[@]}" \
109
+ \) \) \) \) \) \) \) \) \) \) \)
110
} | while read -r line; do
111
if [[ "$(replace_acceptable_years < "$line" | head -n "$expected_lines" | shasum)" != "$expected_sha" ]]; then
112
printf "\033[0;31mmissing headers in file '%s'!\033[0m\n" "$line"
0 commit comments