From 049eb8e6b39308c76bc2425dc692942ebcf1547a Mon Sep 17 00:00:00 2001 From: wuchunfu <319355703@qq.com> Date: Sat, 15 Feb 2025 19:36:59 +0800 Subject: [PATCH] BIGTOP-4361: Add Chinese check --- .github/workflows/check_chinese_character.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_chinese_character.yml b/.github/workflows/check_chinese_character.yml index 0a3b4640..2766dac0 100644 --- a/.github/workflows/check_chinese_character.yml +++ b/.github/workflows/check_chinese_character.yml @@ -17,7 +17,7 @@ # under the License. # -name: "Check Chinese Character" +name: "Check" on: push: @@ -33,10 +33,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - submodules: true + persist-credentials: false + submodules: recursive - name: Set python uses: actions/setup-python@v5 with: python-version: '3.13' - name: Check Chinese Character - run: python .github/check-chinese-character.py + run: python ../.github/check-chinese-character.py