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 c3f4565 commit e7117acCopy full SHA for e7117ac
build_tools/github_actions/lint_check_license.sh
@@ -68,6 +68,7 @@ for file in "${CHANGED_FILES[@]}"; do
68
for suffix in "${SKIPPED_SUFFIXES[@]}"; do
69
if [[ "$file" = *$suffix ]]; then
70
skip=1
71
+ break
72
fi
73
done
74
if (( skip )); then
0 commit comments