diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-14 18:15:35 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-14 18:15:35 +0200 |
| commit | 8c36dfcde8856692de2bc2456a7bb8ce00f3de56 (patch) | |
| tree | 0b7560253d9c4bde59f8e2666da60e04339672ed /scripts/formating_check.bash | |
| parent | a052243c902928593b2caa25e65a27cf4a46787e (diff) | |
removing github ci and creating scripts for helping 'run ci at home'
Diffstat (limited to 'scripts/formating_check.bash')
| -rwxr-xr-x | scripts/formating_check.bash | 3 |
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 |
