From 705cd689442137fed31955a4a8d6ca29da719873 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 6 Jul 2026 15:47:08 +0200 Subject: [PATCH] CI: print clang-format version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 032a46bd..e32c9339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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