Skip to content

feat: add Chinese character graph builder and training tests #163

feat: add Chinese character graph builder and training tests

feat: add Chinese character graph builder and training tests #163

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup uv
uses: astral-sh/setup-uv@v6.5.0
with:
python-version: "3.12"
enable-cache: true
activate-environment: true
- name: Install dependencies
run: uv pip install ".[dev]"
- name: Lint code
run: uv run ruff check .