Skip to content

Commit

Permalink
Fix clang-tidy config file path
Browse files Browse the repository at this point in the history
It seems that using github.workspace doesn't work as intended, but just using a relative path from the top level directory seems to do the job.
  • Loading branch information
daljit46 committed Jan 26, 2024
1 parent 3e71092 commit 6e1f29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
apt_packages: g++,libqt5opengl5-dev,libqt5svg5-dev,libglvnd-dev,libeigen3-dev,zlib1g-dev,libfftw3-dev,ninja-build
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
config_file: ${{ github.workspace }}/.clang-tidy
config_file: .clang-tidy

- uses: ZedThree/clang-tidy-review/[email protected]
id: upload-review

0 comments on commit 6e1f29d

Please sign in to comment.