Skip to content

Commit 75fb73e

Browse files
committed
Add thread-comments
1 parent 7a30661 commit 75fb73e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ jobs:
6161
database: 'build'
6262
style: 'file' # Use .clang-format config file
6363
tidy-checks: '' # Use .clang-tidy config file
64-
step-summary: false # Disable summary output for more detailed logs
64+
step-summary: true
6565
ignore: 'build'
6666
extra-args: '-std=c++20'
67-
- name: Fail fast?!
67+
thread-comments: true
68+
- name: Fail fast
6869
if: steps.linter.outputs.checks-failed > 0
6970
run: exit 1

0 commit comments

Comments
 (0)