Skip to content

Fix/choose ship and ocr #227

Fix/choose ship and ocr

Fix/choose ship and ocr #227

Workflow file for this run

# Pre-commit 代码检查 — push / PR 时自动运行
name: Lint
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v8.1.0
with:
enable-cache: true
- uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit checks
run: uv run pre-commit run --all-files