Skip to content

Commit b75c847

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ on:
1111

1212
jobs:
1313
cpp-linter:
14+
name: cpp-linter job
1415
runs-on: windows-latest
1516

1617
strategy:
1718
matrix:
18-
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
19+
clang-version: ['17'] #['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
1920
repo: ['cpp-linter/cpp-linter']
2021
branch:
2122
- ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'hide-reuse-pr-reviews' }}
@@ -67,9 +68,10 @@ jobs:
6768
-f=false
6869
--extra-arg="-std=c++14 -Wall"
6970
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
70-
-a=${{ matrix.clang-version == '17' }}
71+
-a=false
7172
--tidy-review=${{ matrix.clang-version == '17' }}
7273
--format-review=${{ matrix.clang-version == '17' }}
74+
--step-summary=true
7375
7476
- name: Fail fast?!
7577
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)