Skip to content

Commit

Permalink
Lint with Clang Tidy 16 (#55)
Browse files Browse the repository at this point in the history
* Lint with Clang Tidy 16

* Update lint.yml
  • Loading branch information
IsaacMarovitz authored Oct 17, 2023
1 parent 5f91b57 commit 1743d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
with:
submodules: recursive
- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.13.1
uses: ZedThree/clang-tidy-review@v0.14.0
id: review
with:
clang_tidy_version: 15
clang_tidy_version: 16
apt_packages: libunwind-dev, libglfw3-dev, libvulkan-dev, vulkan-validationlayers-dev, spirv-tools, glslang-tools, libspirv-cross-c-shared-dev
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
split_workflow: true
- name: Upload review
uses: ZedThree/clang-tidy-review/upload@v0.13.1
id: upload-review
uses: ZedThree/clang-tidy-review/upload@v0.14.0
id: upload-review

0 comments on commit 1743d6e

Please sign in to comment.