Update clang-format.yml

This commit is contained in:
deal 2021-12-28 10:57:56 +08:00 committed by GitHub
parent 460498fdbb
commit 05b21f335d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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