Update check-trailing-whitespace.yml

This commit is contained in:
Ed
2025-05-30 13:36:52 +03:00
parent f78b1e07c5
commit 7c852cdc8c

View File

@@ -29,6 +29,11 @@ jobs:
has_missing_eof_newline=0
for file in ${ALL_CHANGED_FILES}; do
# Ignore vanilla not CrystallEdge files
if [[ "$file" != *CP14* ]]; then
continue
fi
echo "Checking $file"
# Check for trailing whitespace