Skip to content

Commit

Permalink
Use Makefile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Jun 30, 2024
1 parent 70dbbbf commit 6bf078f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Check formatting
id: check_format
run: |
find $DIRS -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' | \
xargs -r clang-format-18 -style=file -n -Werror 2> clang_format_errors.log
make check-format 2>clang_format_errors.log
- name: Suggest formatting fixes
if: failure()
Expand Down

0 comments on commit 6bf078f

Please sign in to comment.