Skip to content

Commit

Permalink
Use run-clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent 9ae0854 commit 222b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Run Clang Tidy
run: |
find . -name "*.h" -o -name "*.cpp" | xargs clang-tidy-18 -j$(nproc) -quiet
find . -name "*.h" -o -name "*.cpp" | xargs run-clang-tidy -j$(nproc) -quiet

0 comments on commit 222b531

Please sign in to comment.