mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Print clang-format version in CI
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -45,6 +45,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: brew install clang-format
|
||||
|
||||
- name: Print clang-format version
|
||||
run: clang-format --version
|
||||
|
||||
- name: Run clang-format
|
||||
run: |
|
||||
find . \( -name '*.h' -or -name '*.cpp' -or -name '*.c' -or -name '*.mm' -or -name '*.m' \) -print0 | xargs -0 clang-format -style=file -i
|
||||
|
||||
Reference in New Issue
Block a user