mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
Workflow adjustments
This commit is contained in:
parent
a3c1ae89ad
commit
983593c6de
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
|
|
@ -6,15 +6,18 @@ jobs:
|
|||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ZedThree/clang-tidy-review@v0.12.0
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v1
|
||||
- name: Run clang-tidy
|
||||
uses: ZedThree/clang-tidy-review@v0.13.1
|
||||
id: review
|
||||
with:
|
||||
apt_packages: libunwind-dev libglfw3-dev
|
||||
apt_packages: libunwind-dev, libglfw3-dev, libvulkan-dev, vulkan-validationlayers-dev, spirv-tools
|
||||
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
|
||||
|
||||
# Uploads an artefact containing clang_fixes.json
|
||||
- uses: ZedThree/clang-tidy-review/upload@v0.12.0
|
||||
- name: Upload review
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.13.1
|
||||
id: upload-review
|
||||
|
||||
# If there are any comments, fail the check
|
||||
|
|
|
|||
Loading…
Reference in a new issue