Skip to content

Commit

Permalink
make clang tidy result dir
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Srinivasan <[email protected]>
  • Loading branch information
Balaji Srinivasan committed Aug 16, 2023
1 parent 12d9b5d commit 492518f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
shell: bash
working-directory: ncs/nrf/
run: |
mkdir clang-tidy-result
git diff -U0 HEAD^ | clang-tidy-diff -p1 -path ../../twister-out/native_posix/applications.asset_tracker_v2.aws -export-fixes clang-tidy-result/fixes.yml
- name: Run clang-tidy-pr-comments action
Expand Down

0 comments on commit 492518f

Please sign in to comment.