From 27f8c855842d49b960748d542f55fe2103f9c91a Mon Sep 17 00:00:00 2001 From: George King <98261225+GeorgeK1ng@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:32:42 +0100 Subject: [PATCH] Update github.yml Added CMD, ISS and ISL --- .github/workflows/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 2370777c8..0d163a79e 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -395,7 +395,7 @@ jobs: run: | find . -path ./.git -prune -o -path ./AI/FuzzyLite -prune -o -path ./test/googletest \ -o -path ./osx -prune -o -type f \ - -not -name '*.png' -and -not -name '*.ttf' -and -not -name '*.wav' -and -not -name '*.webm' -and -not -name '*.ico' -and -not -name '*.bat' -print0 | \ + -not -name '*.png' -and -not -name '*.ttf' -and -not -name '*.wav' -and -not -name '*.webm' -and -not -name '*.ico' -and -not -name '*.bat' -and -not -name '*.cmd' -and -not -name '*.iss' -and -not -name '*.isl -print0 | \ { ! xargs -0 grep -l -z -P '\r\n'; } - name: Validate JSON