fix(nix): don't write to files in formatting check

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2024-09-30 16:30:22 -04:00
parent bf432b5514
commit 988ef32019
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -23,7 +23,7 @@
cd ${self}
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..."
deadnix --fail