Skip to content

Commit

Permalink
only post comments from linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 10, 2023
1 parent 8b0c1a0 commit 152813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
database: build
verbosity: 9
version: ${{ matrix.clang-version }}
thread-comments: ${{ matrix.clang-version == '12' && 'true' || 'false' }}
thread-comments: ${{ matrix.os == 'ubuntu-latest' && matrix.clang-version == '12' && 'true' || 'false' }}
file-annotations: ${{ matrix.clang-version == '12' }}
extra-args: -std=c++14 -Wall

Expand Down

0 comments on commit 152813f

Please sign in to comment.