mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Adjust workflow
This commit is contained in:
parent
c02498dd24
commit
c5cfb0c20c
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: ZedThree/clang-tidy-review@v0.12.0
|
- uses: ZedThree/clang-tidy-review@v0.12.0
|
||||||
id: review
|
id: review
|
||||||
|
with:
|
||||||
|
apt_packages: libunwind-dev libglfw3-dev
|
||||||
|
cmake_command: cmake .
|
||||||
|
|
||||||
# Uploads an artefact containing clang_fixes.json
|
# Uploads an artefact containing clang_fixes.json
|
||||||
- uses: ZedThree/clang-tidy-review/upload@v0.12.0
|
- uses: ZedThree/clang-tidy-review/upload@v0.12.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue