CI: print clang-format version

This commit is contained in:
Benoit Blanchon
2026-07-06 15:47:08 +02:00
parent da04cda9a8
commit 705cd68944
+1
View File
@@ -19,6 +19,7 @@ jobs:
run: find * -type l -printf "::error::%p is a symlink. This is forbidden by the Arduino Library Specification." -exec false {} +
- name: Clang-format
run: |
clang-format --version
find src/ extras/ -name '*.[ch]pp' | xargs clang-format -i --verbose --style=file
git diff --exit-code
- name: Check URLs