updated clang-format
This commit is contained in:
parent
ced176fc7d
commit
6130c6ddc4
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Run clang-format and auto-fix
|
- name: Run clang-format and auto-fix
|
||||||
run: |
|
run: |
|
||||||
FILES=$(find . -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp')
|
FILES=$(find . -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp')
|
||||||
clang-format -i $FILES
|
clang-format --dump-config -i $FILES
|
||||||
|
|
||||||
- name: Commit and push changes (if any)
|
- name: Commit and push changes (if any)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user