Skip to content

Commit

Permalink
update comment; yes-lgtm; only changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 10, 2023
1 parent 152813f commit 3915a4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpp-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
files-changed-only: false
files-changed-only: true
# to ignore all build folder contents
ignore: build
database: build
verbosity: 9
version: ${{ matrix.clang-version }}
thread-comments: ${{ matrix.os == 'ubuntu-latest' && matrix.clang-version == '12' && 'true' || 'false' }}
thread-comments: ${{ matrix.os == 'ubuntu-latest' && matrix.clang-version == '12' && 'update' || 'false' }}
file-annotations: ${{ matrix.clang-version == '12' }}
extra-args: -std=c++14 -Wall
no-lgtm: false

- name: Fail fast?!
# if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit 3915a4c

Please sign in to comment.