fix(nix): don't write to files in formatting check
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
bf432b5514
commit
988ef32019
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
cd ${self}
|
cd ${self}
|
||||||
|
|
||||||
echo "Running clang-format...."
|
echo "Running clang-format...."
|
||||||
clang-format -i --style='file' --Werror */**.{c,cc,cpp,h,hh,hpp}
|
clang-format --dry-run --style='file' --Werror */**.{c,cc,cpp,h,hh,hpp}
|
||||||
|
|
||||||
echo "Running deadnix..."
|
echo "Running deadnix..."
|
||||||
deadnix --fail
|
deadnix --fail
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue