Skip to content

Commit e051bb5

Browse files
committed
need screenshot of step summary
1 parent 88d5db6 commit e051bb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cpp-lint-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
18+
clang-version: ['17'] #['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
1919
repo: ['cpp-linter/cpp-linter']
2020
branch:
2121
- ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'hide-reuse-pr-reviews' }}
@@ -67,9 +67,10 @@ jobs:
6767
-f=false
6868
--extra-arg="-std=c++14 -Wall"
6969
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
70-
-a=${{ matrix.clang-version == '17' }}
70+
-a=false
7171
--tidy-review=${{ matrix.clang-version == '17' }}
7272
--format-review=${{ matrix.clang-version == '17' }}
73+
--step-summary=true
7374
7475
- name: Fail fast?!
7576
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)