Fix format CI test

This commit is contained in:
buffet 2021-08-26 12:42:18 +00:00
parent ff846cdb4a
commit 65d702b137

View file

@ -14,5 +14,5 @@ task:
script: script:
- sudo pacman --noconfirm -Syu - sudo pacman --noconfirm -Syu
- sudo pacman --noconfirm -S clang git - sudo pacman --noconfirm -S clang git
- clang-format -i **/*.{c,h} - find -name .git -prune -o -type f -name '*.[ch]' -print | xargs -d '\n' clang-format -i
- git diff --exit-code - git diff --exit-code