Skip to content

東方八所軍話名山音《通用规范汉字表》臘月十五 #19

東方八所軍話名山音《通用规范汉字表》臘月十五

東方八所軍話名山音《通用规范汉字表》臘月十五 #19

Workflow file for this run

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 -c
popd