diff --git a/scripts/soundness.sh b/scripts/soundness.sh index 839713563..6d4be9717 100755 --- a/scripts/soundness.sh +++ b/scripts/soundness.sh @@ -104,8 +104,9 @@ EOF \( \! -path './coverage/*' -a \ \( \! -path './.husky/*' -a \ \( \! -path './src/typings/*' -a \ - \( "${matching_files[@]}" \) \ - \) \) \) \) \) \) \) \) \) + \( \! -path './github-workflows/*' -a \ + \( "${matching_files[@]}" \ + \) \) \) \) \) \) \) \) \) \) \) } | while read -r line; do if [[ "$(replace_acceptable_years < "$line" | head -n "$expected_lines" | shasum)" != "$expected_sha" ]]; then printf "\033[0;31mmissing headers in file '%s'!\033[0m\n" "$line"