We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25abbce commit df8308fCopy full SHA for df8308f
.github/workflows/cpp-lint-action.yml
@@ -52,7 +52,7 @@ jobs:
52
ignore: build
53
database: build
54
verbosity: debug
55
- version: ${{ matrix.clang-version }}
+ version: ${{ matrix.clang-version != '20' && matrix.clang-version || ''}}
56
thread-comments: ${{ matrix.clang-version == '17' && 'update' }}
57
file-annotations: ${{ matrix.clang-version == '17' }}
58
extra-args: -std=c++14 -Wall
0 commit comments