mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-02-17 00:57:56 +00:00
Lint with Clang Tidy 16 (#55)
* Lint with Clang Tidy 16 * Update lint.yml
This commit is contained in:
parent
5f91b57482
commit
1743d6ebf2
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user