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:
Sean Robinson 2022-10-11 09:36:57 -07:00
parent 537f5e0d3c
commit 3fce18503b

View File

@ -28,7 +28,7 @@ jobs:
run: mkdir clang-tidy-result
- 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
run: |