Skip to content

Commit

Permalink
test passive-reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 4, 2024
1 parent 2b7252b commit ec7e031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: 'which branch to test'
default: 'main'
required: true
pull_request:

jobs:
cpp-linter:
Expand All @@ -16,7 +17,7 @@ jobs:
matrix:
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
repo: ['cpp-linter/cpp-linter']
branch: ['${{ inputs.branch }}']
branch: ['passive-reviews'] # ['${{ inputs.branch }}']
fail-fast: false

steps:
Expand Down Expand Up @@ -66,6 +67,8 @@ jobs:
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '12' }}
-a=${{ matrix.clang-version == '12' }}
--passive-reviews=true
--format-review=true
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit ec7e031

Please sign in to comment.