mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Tell clang-tidy where to find argparse.hpp in PR action
Resolves the following error during stage one of clang-tidy-pr-comments: "error: 'argparse/argparse.hpp' file not found [clang-diagnostic-error]" Closes #219 Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
537f5e0d3c
commit
3fce18503b
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: mkdir clang-tidy-result
|
run: mkdir clang-tidy-result
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -path build -export-fixes clang-tidy-result/fixes.yml
|
run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -path build -extra-arg=-Iinclude -export-fixes clang-tidy-result/fixes.yml
|
||||||
|
|
||||||
- name: Save PR metadata
|
- name: Save PR metadata
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user