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 4c2bfee commit 56cb760Copy full SHA for 56cb760
.github/workflows/analysis.yml
@@ -61,9 +61,10 @@ jobs:
61
database: 'build'
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
+ step-summary: true
65
ignore: 'build'
66
extra-args: '-std=c++20'
67
- - name: Fail fast?!
+ thread-comments: true
68
+ - name: Fail fast
69
if: steps.linter.outputs.checks-failed > 0
70
run: exit 1
0 commit comments