We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d925428 commit c1329b9Copy full SHA for c1329b9
.github/workflows/lint.yaml
@@ -52,3 +52,7 @@ jobs:
52
# Upload review results as artifacts, a different workflow posts them
53
# as comments. This is required due to security stuff.
54
- uses: ZedThree/clang-tidy-review/upload@v0.21.0
55
+
56
+ # If there are any comments, fail the check
57
+ - if: steps.review.outputs.total_comments > 0
58
+ run: exit 1
0 commit comments