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 91cea49 commit 7a30661Copy full SHA for 7a30661
.github/workflows/analysis.yml
@@ -61,6 +61,9 @@ jobs:
61
database: 'build'
62
style: 'file' # Use .clang-format config file
63
tidy-checks: '' # Use .clang-tidy config file
64
- step-summary: true
+ step-summary: false # Disable summary output for more detailed logs
65
ignore: 'build'
66
extra-args: '-std=c++20'
67
+ - name: Fail fast?!
68
+ if: steps.linter.outputs.checks-failed > 0
69
+ run: exit 1
0 commit comments