We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0599c commit 4c2bfeeCopy full SHA for 4c2bfee
.github/workflows/analysis.yml
@@ -62,6 +62,8 @@ jobs:
62
style: 'file' # Use .clang-format config file
63
tidy-checks: '' # Use .clang-tidy config file
64
step-summary: false # Disable summary output for more detailed logs
65
- fail-on-warnings: true # Fail the job if any issues are found
66
ignore: 'build'
67
extra-args: '-std=c++20'
+ - name: Fail fast?!
68
+ if: steps.linter.outputs.checks-failed > 0
69
+ run: exit 1
0 commit comments