diff --git a/.github/workflows/check-trailing-whitespace.yml b/.github/workflows/check-trailing-whitespace.yml index 3f94738d26..f06304deee 100644 --- a/.github/workflows/check-trailing-whitespace.yml +++ b/.github/workflows/check-trailing-whitespace.yml @@ -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