Skip to content

Commit

Permalink
Merge pull request #2782 from MRtrix3/clangtidyci_update
Browse files Browse the repository at this point in the history
Update clang-tidy-review action
  • Loading branch information
Lestropie authored Jan 19, 2024
2 parents 808adc3 + 148961d commit 90a0f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ZedThree/clang-tidy-review@v0.14.0
- uses: ZedThree/clang-tidy-review@v0.17.0
id: review
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

- uses: ZedThree/clang-tidy-review/upload@v0.14.0
- uses: ZedThree/clang-tidy-review/upload@v0.17.0
id: upload-review

0 comments on commit 90a0f53

Please sign in to comment.