Skip to content

Commit

Permalink
use abs path to database
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 8, 2023
1 parent 573b9f5 commit 7b31a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
files-changed-only: false
# to ignore all build folder contents
ignore: build
database: build
database: ${{github.workspace}}/build
verbosity: 9
version: ${{ matrix.clang-version }}
thread-comments: ${{ matrix.clang-version == '12' }}
Expand Down

0 comments on commit 7b31a99

Please sign in to comment.