Skip to content

Commit

Permalink
Modified clang-tidy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisho committed Apr 25, 2024
1 parent 228d575 commit 44e8c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run Clang-Tidy
run: |
find . -name '*.cpp' | xargs clang-tidy -- -I../include -std=c++20
clang-tidy ../*.cpp -- -I../include -std=c++20

0 comments on commit 44e8c67

Please sign in to comment.