Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki committed Dec 13, 2024
1 parent a359eff commit b130bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tidy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ runs:
files: /tmp/clang-tidy-result/report.log

- name: Setup Problem Matcher
if: ${{ steps.check-report-txt-existence.outputs.exists == 'true' }}
if: ${{ steps.check-report-log-existence.outputs.exists == 'true' }}
run: echo "::add-matcher::$GITHUB_ACTION_PATH/problem-matcher.json"
shell: bash

- name: Show clang-tidy result
if: ${{ steps.check-report-txt-existence.outputs.exists == 'true' }}
if: ${{ steps.check-report-log-existence.outputs.exists == 'true' }}
run: cat /tmp/clang-tidy-result/report.log
shell: bash

Expand Down

0 comments on commit b130bc2

Please sign in to comment.