aboutsummaryrefslogtreecommitdiff
path: root/scripts/formating_check.bash
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-14 18:15:35 +0200
committerAdam <adammegarules1@gmail.com>2026-08-14 18:15:35 +0200
commit8c36dfcde8856692de2bc2456a7bb8ce00f3de56 (patch)
tree0b7560253d9c4bde59f8e2666da60e04339672ed /scripts/formating_check.bash
parenta052243c902928593b2caa25e65a27cf4a46787e (diff)
removing github ci and creating scripts for helping 'run ci at home'
Diffstat (limited to 'scripts/formating_check.bash')
-rwxr-xr-xscripts/formating_check.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/formating_check.bash b/scripts/formating_check.bash
new file mode 100755
index 0000000..932d82e
--- /dev/null
+++ b/scripts/formating_check.bash
@@ -0,0 +1,3 @@
+#!/usr/bin/sh
+
+find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror