mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
format workflow: update clang-format
This commit is contained in:
parent
42cb5d7977
commit
4797d1401b
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run clang-format
|
- name: Run clang-format
|
||||||
uses: jidicula/clang-format-action@v4.13.0
|
uses: jidicula/clang-format-action@v4.15.0
|
||||||
with:
|
with:
|
||||||
exclude-regex: (libspirv|3rdparty)
|
exclude-regex: (libspirv|3rdparty)
|
||||||
clang-format-version: 18
|
clang-format-version: 20
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue