ci: update global cpp (#1519)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/cpp-lint.yml
vendored
4
.github/workflows/cpp-lint.yml
vendored
@@ -55,11 +55,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Clang format lint
|
- name: Clang format lint
|
||||||
if: ${{ steps.find_files.outputs.found_files }}
|
if: ${{ steps.find_files.outputs.found_files }}
|
||||||
uses: DoozyX/clang-format-lint-action@v0.15
|
uses: DoozyX/clang-format-lint-action@v0.16.2
|
||||||
with:
|
with:
|
||||||
source: ${{ steps.find_files.outputs.found_files }}
|
source: ${{ steps.find_files.outputs.found_files }}
|
||||||
extensions: 'cpp,h,m,mm'
|
extensions: 'cpp,h,m,mm'
|
||||||
clangFormatVersion: 15
|
clangFormatVersion: 16
|
||||||
style: file
|
style: file
|
||||||
inplace: false
|
inplace: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user