Skip to content

Commit

Permalink
BIGTOP-4361: Add Chinese check
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchunfu committed Feb 15, 2025
1 parent 1592240 commit 049eb8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check_chinese_character.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: "Check Chinese Character"
name: "Check"

on:
push:
Expand All @@ -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

0 comments on commit 049eb8e

Please sign in to comment.