mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +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
5
.github/workflows/format.yml
vendored
5
.github/workflows/format.yml
vendored
|
|
@ -11,4 +11,7 @@ jobs:
|
|||
- name: Check out repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Run clang-format
|
||||
uses: jidicula/clang-format-action@4.11.0
|
||||
uses: jidicula/clang-format-action@v4.11.0
|
||||
with:
|
||||
exclude-regex: (libspirv|3rdparty)
|
||||
clang-format-version: 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue