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 896ef02 commit cced03f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: python .github/check-chinese-character.py
- name: Check Chinese Character
run: python ./.github/check-chinese-character.py

unit-tests-java:
name: "Run unit test(Java)"
Expand Down

0 comments on commit cced03f

Please sign in to comment.