Update and rename 東方八所軍話名山音《通用规范汉字表》冬月廿五.tsv to 東方八所軍話名山音《通用规范汉字表》冬月廿… #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
# pull request's head branch was updated | |
- synchronize | |
env: | |
CI_NAME: Pull Request CI | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create DB | |
run: | | |
pushd tools | |
python3 -m pip install -r requirements.txt | |
touch tables/*.py | |
python3 make.py | |
popd |