Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jun 1, 2024
1 parent b0f4fcf commit 8a88922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion mc_lang
Submodule mc_lang updated 9 files
+3 −5 update.py
+2,010 −2,010 valid/en_us.json
+2,010 −2,010 valid/ja_jp.json
+2,010 −2,010 valid/ko_kr.json
+2,010 −2,010 valid/lzh.json
+2,010 −2,010 valid/vi_vn.json
+2,010 −2,010 valid/zh_cn.json
+2,010 −2,010 valid/zh_hk.json
+2,010 −2,010 valid/zh_tw.json

0 comments on commit 8a88922

Please sign in to comment.