Skip to content

Commit

Permalink
Update clang-tidy-review action to v0.20.1
Browse files Browse the repository at this point in the history
We also explicitly specify the clang-tidy version wanted (currently set
to 16).
  • Loading branch information
daljit46 committed Jan 20, 2025
1 parent 0a5daee commit eb8d340
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 @@ -14,11 +14,12 @@ jobs:
- name: Run CMake
run: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

- uses: ZedThree/clang-tidy-review@v0.17.0
- uses: ZedThree/clang-tidy-review@v0.20.1
id: review
with:
apt_packages: g++,qt6-base-dev,libqt6opengl6-dev,libglvnd-dev,zlib1g-dev,libfftw3-dev,ninja-build
config_file: .clang-tidy
clang_tidy_version: 16

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

0 comments on commit eb8d340

Please sign in to comment.