Skip to content

Commit 2f0599c

Browse files
committed
Enable failure
1 parent b620c1e commit 2f0599c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
database: 'build'
6262
style: 'file' # Use .clang-format config file
6363
tidy-checks: '' # Use .clang-tidy config file
64-
step-summary: true
64+
step-summary: false # Disable summary output for more detailed logs
65+
fail-on-warnings: true # Fail the job if any issues are found
6566
ignore: 'build'
6667
extra-args: '-std=c++20'

0 commit comments

Comments
 (0)