Skip to content

Commit

Permalink
Update version to the latest v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Nov 29, 2024
1 parent d5c1dd9 commit 5eb821a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
steps:
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.18.0
uses: ZedThree/clang-tidy-review/post@v0.20.1
with:
max_comments: 10

# If there are any comments, fail the check
- if: steps.post-review.outputs.total_comments > 0
run: exit 1

0 comments on commit 5eb821a

Please sign in to comment.