Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 25, 2024
1 parent e644141 commit e1bd255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- run: sudo apt-get install -yq clang-tidy

- run: find include/ -name '*.hpp'
- run: find include/ -name '*.hpp' clang-tidy --quiet '{}' -- --std=c++17

- run: find test/ -name '*.cpp' | xargs -I '{}' clang-tidy --quiet '{}' -- --std=c++17 -Iinclude
- run: find test/ -name '*.cpp' | xargs -I '{}' clang-tidy --quiet '{}' -- --std=c++17 -Iinclude -Itest/thirdparty

0 comments on commit e1bd255

Please sign in to comment.