From 1743d6ebf2ef0f7d18b40906c9c185cdec54320f Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:26:42 -0400 Subject: [PATCH] Lint with Clang Tidy 16 (#55) * Lint with Clang Tidy 16 * Update lint.yml --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6a128224..6b1ead744 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 \ No newline at end of file + uses: ZedThree/clang-tidy-review/upload@v0.14.0 + id: upload-review