From e051bb5dcb802caeb5c03cc95932c7e5e5f11b77 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 22 Dec 2024 21:09:48 -0800 Subject: [PATCH] need screenshot of step summary --- .github/workflows/cpp-lint-package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp-lint-package.yml b/.github/workflows/cpp-lint-package.yml index 3651db9..31759c8 100644 --- a/.github/workflows/cpp-lint-package.yml +++ b/.github/workflows/cpp-lint-package.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17'] + clang-version: ['17'] #['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17'] repo: ['cpp-linter/cpp-linter'] branch: - ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'hide-reuse-pr-reviews' }} @@ -67,9 +67,10 @@ jobs: -f=false --extra-arg="-std=c++14 -Wall" --thread-comments=${{ matrix.clang-version == '17' && 'update' }} - -a=${{ matrix.clang-version == '17' }} + -a=false --tidy-review=${{ matrix.clang-version == '17' }} --format-review=${{ matrix.clang-version == '17' }} + --step-summary=true - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0