ci: Check for uncrustify changes in a safer way

This commit is contained in:
Marco Trevisan (Treviño)
2022-09-27 01:38:26 +02:00
parent 34e8655a08
commit 7ea2e55793

View File

@@ -124,7 +124,7 @@ test_indent:
script: script:
- scripts/uncrustify.sh - scripts/uncrustify.sh
- git diff - git diff
- "! git status -s | grep -q ." - git diff-index --name-only --exit-code HEAD
test_unsupported_list: test_unsupported_list:
stage: check-source stage: check-source