mirror of https://github.com/zeldaret/botw.git
ci: bump lint_pr clang-format version to 19
This commit is contained in:
parent
6cbc452592
commit
4a47018593
|
@ -8,8 +8,8 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- uses: DoozyX/clang-format-lint-action@v0.18
|
- uses: DoozyX/clang-format-lint-action@v0.18.2
|
||||||
with:
|
with:
|
||||||
source: 'src'
|
source: 'src'
|
||||||
exclude: 'lib'
|
exclude: 'lib'
|
||||||
clangFormatVersion: 12
|
clangFormatVersion: 19
|
||||||
|
|
Loading…
Reference in New Issue