mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-07-07 08:50:54 +02:00
CI: print clang-format version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user