aboutsummaryrefslogtreecommitdiff
path: root/scripts/tests/formating_check.bash
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-17 15:19:39 +0200
committerAdam <adammegarules1@gmail.com>2026-08-17 15:19:39 +0200
commit26c0c08b1c4fb302db55355bd49181c8740b7ee6 (patch)
tree3dbdc7c0083b9ba6691bb2e801d445641004cd5a /scripts/tests/formating_check.bash
parent51be3a78e3174b7ab6597e99ae3446eb243786f4 (diff)
refactor(ci) cleaning ci a little
Diffstat (limited to 'scripts/tests/formating_check.bash')
-rwxr-xr-xscripts/tests/formating_check.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/tests/formating_check.bash b/scripts/tests/formating_check.bash
new file mode 100755
index 0000000..932d82e
--- /dev/null
+++ b/scripts/tests/formating_check.bash
@@ -0,0 +1,3 @@
+#!/usr/bin/sh
+
+find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror