Skip to content

Commit

Permalink
🐛 (workflows): Use run-clang-tidy.rb to fix clang-tidy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 29, 2022
1 parent c4444c6 commit c227961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-code_analysis-clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
| grep -E -v "mocks" \
| grep -E -v "stubs" \
| grep -E "\.h$|\.cpp$" \
| xargs --no-run-if-empty clang-tidy-13 -p=_build_cmake_tools --quiet
| xargs --no-run-if-empty ruby tools/run-clang-tidy.rb _build_cmake_tools

0 comments on commit c227961

Please sign in to comment.