1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00

Update github.yml

This commit is contained in:
George King
2025-01-04 01:21:47 +01:00
committed by GitHub
parent ff45a60995
commit 04ba4a72e6

View File

@ -395,7 +395,7 @@ jobs:
run: | run: |
find . -path ./.git -prune -o -path ./AI/FuzzyLite -prune -o -path ./test/googletest \ find . -path ./.git -prune -o -path ./AI/FuzzyLite -prune -o -path ./test/googletest \
-o -path ./osx -prune -o -type f \ -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' -and -not -name '*.cmd' -and -not -name '*.iss' -and -not -name '*.isl' -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' -and -not -name '*.dll' -print0 | \
{ ! xargs -0 grep -l -z -P '\r\n'; } { ! xargs -0 grep -l -z -P '\r\n'; }
- name: Validate JSON - name: Validate JSON