mirror of https://github.com/axmolengine/axmol.git
Update clang-format.yml
This commit is contained in:
parent
460498fdbb
commit
05b21f335d
|
@ -7,7 +7,7 @@ on:
|
||||||
# actions run ID
|
# actions run ID
|
||||||
description: 'Commit clang-format changes?'
|
description: 'Commit clang-format changes?'
|
||||||
# Default value if no value is explicitly provided
|
# Default value if no value is explicitly provided
|
||||||
default: false
|
default: 'false'
|
||||||
# Input has to be provided for the workflow to run
|
# Input has to be provided for the workflow to run
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source: './cocos ./extensions'
|
source: './cocos ./extensions'
|
||||||
exclude: './thidrparty ./extensions/fairygui ./extensions/scripting/lua-bindings/auto ./extensions/spine'
|
exclude: './thidrparty ./extensions/fairygui ./extensions/scripting/lua-bindings/auto ./extensions/spine'
|
||||||
extensions: 'h,cpp,c'
|
extensions: 'h,cpp,c,mm'
|
||||||
clangFormatVersion: 13
|
clangFormatVersion: 13
|
||||||
inplace: True
|
inplace: True
|
||||||
- name: Commit clang-format changes
|
- name: Commit clang-format changes
|
||||||
|
|
Loading…
Reference in New Issue