Skip to content

12 像素 调整和补充汉字 #2017

12 像素 调整和补充汉字

12 像素 调整和补充汉字 #2017

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync
- name: Check
run: uv run -m tools.check