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 b620c1e commit 2f0599cCopy full SHA for 2f0599c
.github/workflows/analysis.yml
@@ -61,6 +61,7 @@ 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
+ fail-on-warnings: true # Fail the job if any issues are found
66
ignore: 'build'
67
extra-args: '-std=c++20'
0 commit comments