Skip to content

Commit

Permalink
update comment only
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 5, 2024
1 parent ef02992 commit ca26f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
--files-changed-only=true
--lines-changed-only=false
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '16' }}
--thread-comments=${{ matrix.clang-version == '16' && 'update' }}
--file-annotations=${{ matrix.clang-version == '16' }}
--tidy-review=${{ matrix.clang-version == '16' }}
Expand Down

0 comments on commit ca26f84

Please sign in to comment.