Skip to content

Commit

Permalink
Merge pull request #2788 from MRtrix3/ci-clang-tidy-fix
Browse files Browse the repository at this point in the history
Fix clang-tidy config file path
  • Loading branch information
daljit46 authored Jan 31, 2024
2 parents 3e71092 + 6e1f29d commit 0e0bad4
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 0e0bad4

Please sign in to comment.