mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
init submodules in lint workflow, small fixes (#31)
This commit is contained in:
parent
84b2419241
commit
3137c6d83f
2 changed files with 7 additions and 6 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -7,13 +7,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Run clang-tidy
|
||||
uses: ZedThree/clang-tidy-review@v0.13.1
|
||||
id: review
|
||||
with:
|
||||
clang_tidy_version: 15
|
||||
apt_packages: libunwind-dev, libglfw3-dev, libvulkan-dev, vulkan-validationlayers-dev, spirv-tools
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue