From 26c0c08b1c4fb302db55355bd49181c8740b7ee6 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 17 Aug 2026 15:19:39 +0200 Subject: refactor(ci) cleaning ci a little --- scripts/tests/formating_check.bash | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/tests/formating_check.bash (limited to 'scripts/tests/formating_check.bash') 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 -- cgit v1.2.3