Skip to content

Commit

Permalink
chore(ci): follow clang format on clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Sep 28, 2023
1 parent 743fe69 commit 8a5612c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clang-tidy-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:

- name: Analyze
run: |
run-clang-tidy -j$(nproc) -p=build \
run-clang-tidy \
-j$(nproc) \
-p=build \
-format \
-header-filter="(core|engine)/(src|include)/.*" \
files "($(git diff -U0 --name-only HEAD^ | paste -s -d\|))" \
-export-fixes clang-tidy-fixes.yaml || true
Expand Down

0 comments on commit 8a5612c

Please sign in to comment.