clang-format: Use clang-format 15
This commit is contained in:
parent
d796d8e93d
commit
43b71c6015
1 changed files with 2 additions and 2 deletions
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Checkout dynarmic repo
|
- name: Checkout dynarmic repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: DoozyX/clang-format-lint-action@v0.12
|
- uses: DoozyX/clang-format-lint-action@v0.15
|
||||||
with:
|
with:
|
||||||
source: 'src tests'
|
source: 'src tests'
|
||||||
clangFormatVersion: 12
|
clangFormatVersion: 15
|
||||||
|
|
Loading…
Reference in a new issue