Skip to content

Commit a832ac3

Browse files
committed
Analyze only argparse header in PR clang-tidy action
Signed-off-by: Sean Robinson <[email protected]>
1 parent 4f47631 commit a832ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tidy-analysis-stage-01.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: mkdir clang-tidy-result
2929

3030
- 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
31+
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
3232

3333
- name: Save PR metadata
3434
run: |

0 commit comments

Comments
 (0)