Skip to content

Commit

Permalink
Trying to correctly set cpp-linter-action database (folder where comp…
Browse files Browse the repository at this point in the history
…ile_commands.json is).
  • Loading branch information
rturrado committed Nov 22, 2024
1 parent 6a4e4db commit d605959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d605959

Please sign in to comment.