mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix ci formatter to format all files
This commit is contained in:
parent
e20501cec7
commit
656861fa9d
1 changed files with 3 additions and 1 deletions
|
@ -11,5 +11,7 @@ FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))
|
||||||
|
|
||||||
for f in $FILES
|
for f in $FILES
|
||||||
do
|
do
|
||||||
clang-format -i "$f" && git diff --exit-code
|
clang-format -i "$f"
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
git diff --exit-code
|
||||||
|
|
Loading…
Reference in a new issue