diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index c6b8e6f2..939e9c28 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -27,6 +27,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + database: '${{ github.workspace }}/build/Release' extensions: 'cpp,hpp' style: 'file' # use .clang-format config file tidy-checks: '' # use .clang-tidy config file