From 7c852cdc8ce30a1e10e3f6af31cf1cf52584d145 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 30 May 2025 13:36:52 +0300 Subject: [PATCH] Update check-trailing-whitespace.yml --- .github/workflows/check-trailing-whitespace.yml | 5 +++++ 1 file changed, 5 insertions(+) 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