We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f47631 commit a832ac3Copy full SHA for a832ac3
.github/workflows/tidy-analysis-stage-01.yml
@@ -28,7 +28,7 @@ jobs:
28
run: mkdir clang-tidy-result
29
30
- name: Analyze
31
- run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -path build -extra-arg=-Iinclude -extra-arg=-std=c++17 -export-fixes clang-tidy-result/fixes.yml
+ run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -regex ".+hpp" -extra-arg=-Iinclude -extra-arg=-std=c++17 -export-fixes clang-tidy-result/fixes.yml
32
33
- name: Save PR metadata
34
run: |
0 commit comments