Skip to content

Commit

Permalink
Rename clang-tidy failure step
Browse files Browse the repository at this point in the history
  • Loading branch information
BUYT-1 committed Oct 23, 2023
1 parent 79133e6 commit ed62797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:

- uses: ZedThree/clang-tidy-review/[email protected]

- name: Fail on comments
- name: Fail check if clang-tidy comments are present
if: steps.review.outputs.total_comments > 0
run: exit 1

0 comments on commit ed62797

Please sign in to comment.