Skip to content

Commit 7a30661

Browse files
committed
Enable failure
1 parent 91cea49 commit 7a30661

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ 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
6565
ignore: 'build'
6666
extra-args: '-std=c++20'
67+
- name: Fail fast?!
68+
if: steps.linter.outputs.checks-failed > 0
69+
run: exit 1

0 commit comments

Comments
 (0)