mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix typo & other problems (#12)
* Ignore external deps * Clang 16 * clang-format 16 * Fix linting action
This commit is contained in:
parent
0bda85fdc2
commit
098220217c
9 changed files with 201 additions and 153 deletions
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
|
|
@ -12,14 +12,10 @@ jobs:
|
|||
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
|
||||
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
|
||||
|
||||
# Uploads an artefact containing clang_fixes.json
|
||||
split_workflow: true
|
||||
- name: Upload review
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.13.1
|
||||
id: upload-review
|
||||
|
||||
# If there are any comments, fail the check
|
||||
- if: steps.review.outputs.total_comments > 0
|
||||
run: exit 1
|
||||
id: upload-review
|
||||
Loading…
Add table
Add a link
Reference in a new issue