mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Lint with Clang Tidy 16 (#55)
* Lint with Clang Tidy 16 * Update lint.yml
This commit is contained in:
parent
5f91b57482
commit
1743d6ebf2
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -11,13 +11,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Run clang-tidy
|
- name: Run clang-tidy
|
||||||
uses: ZedThree/clang-tidy-review@v0.13.1
|
uses: ZedThree/clang-tidy-review@v0.14.0
|
||||||
id: review
|
id: review
|
||||||
with:
|
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
|
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
|
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
|
||||||
split_workflow: true
|
split_workflow: true
|
||||||
- name: Upload review
|
- name: Upload review
|
||||||
uses: ZedThree/clang-tidy-review/upload@v0.13.1
|
uses: ZedThree/clang-tidy-review/upload@v0.14.0
|
||||||
id: upload-review
|
id: upload-review
|
||||||
Loading…
Reference in a new issue