tools: Print clang-format version
Some checks failed
Build and test / build (push) Failing after 1m41s
Some checks failed
Build and test / build (push) Failing after 1m41s
This commit is contained in:
parent
498c371547
commit
773cd576d1
@ -8,6 +8,8 @@ source tools/sources.sh
|
|||||||
|
|
||||||
ALL_OK=1
|
ALL_OK=1
|
||||||
|
|
||||||
|
clang-format --version
|
||||||
|
|
||||||
for f in ${SOURCES[@]}
|
for f in ${SOURCES[@]}
|
||||||
do
|
do
|
||||||
clang-format -n $f 2>&1 | tee -a /tmp/clang-format-output | grep -q ^
|
clang-format -n $f 2>&1 | tee -a /tmp/clang-format-output | grep -q ^
|
||||||
|
Loading…
Reference in New Issue
Block a user