tools: Print clang-format version
Some checks failed
Build and test / build (push) Failing after 1m41s

This commit is contained in:
apio 2024-12-23 23:12:57 +01:00
parent 498c371547
commit 773cd576d1
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -8,6 +8,8 @@ source tools/sources.sh
ALL_OK=1
clang-format --version
for f in ${SOURCES[@]}
do
clang-format -n $f 2>&1 | tee -a /tmp/clang-format-output | grep -q ^