CI: fix formatting check
This commit is contained in:
parent
f4a067fe23
commit
303490a619
@ -28,4 +28,4 @@ steps:
|
|||||||
image: cppbuilder:v0.5
|
image: cppbuilder:v0.5
|
||||||
commands:
|
commands:
|
||||||
- cd mario
|
- cd mario
|
||||||
- find . -path "./build" -prune -or \( -iname "*.cpp" -or -iname "*.hpp" \) | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}
|
- find . -path "./build" -prune -or -path "./.cache" -prune -or -iname "*.cpp" -or -iname "*.hpp" -print | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}
|
||||||
|
Loading…
Reference in New Issue
Block a user