We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54fe78 commit c675eaeCopy full SHA for c675eae
.github/workflows/cpp-lint-action.yml
@@ -50,7 +50,7 @@ jobs:
50
ignore: >-
51
| build
52
| !src
53
- database: build
+ database: ${{ github.workspace }}/build
54
verbosity: debug
55
version: ${{ matrix.clang-version }}
56
thread-comments: ${{ matrix.clang-version == '17' && 'update' }}
0 commit comments