Skip to content

Commit c675eae

Browse files
committed
make database path abs
1 parent c54fe78 commit c675eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ignore: >-
5151
| build
5252
| !src
53-
database: build
53+
database: ${{ github.workspace }}/build
5454
verbosity: debug
5555
version: ${{ matrix.clang-version }}
5656
thread-comments: ${{ matrix.clang-version == '17' && 'update' }}

0 commit comments

Comments
 (0)