We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b7ed0 commit fddc392Copy full SHA for fddc392
1 file changed
.github/workflows/static-analysis-pr.yml
@@ -40,7 +40,9 @@ jobs:
40
CC: clang-19
41
CXX: clang++-19
42
- if: steps.review.outputs.total_comments > 0
43
- run: exit 1
+ run: |
44
+ echo "clang-tidy run has failed. See previous 'Run clang-tidy' stage logs"
45
+ exit 1
46
clang-tidy-for-gcc-build:
47
needs:
48
- clang-tidy
0 commit comments