From 05b21f335d97f240fce948a056fe722d8bb51572 Mon Sep 17 00:00:00 2001 From: deal Date: Tue, 28 Dec 2021 10:57:56 +0800 Subject: [PATCH] Update clang-format.yml --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 51ce1bc9a5..0f2511e349 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -7,7 +7,7 @@ on: # actions run ID description: 'Commit clang-format changes?' # Default value if no value is explicitly provided - default: false + default: 'false' # Input has to be provided for the workflow to run required: false @@ -23,7 +23,7 @@ jobs: with: source: './cocos ./extensions' exclude: './thidrparty ./extensions/fairygui ./extensions/scripting/lua-bindings/auto ./extensions/spine' - extensions: 'h,cpp,c' + extensions: 'h,cpp,c,mm' clangFormatVersion: 13 inplace: True - name: Commit clang-format changes