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
@ -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…
Reference in New Issue
Block a user