refactor: reorganize the CI pipeline (#24817)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-08-30 00:12:25 +08:00
committed by GitHub
parent 9ff6baaf52
commit d9420c7224
2 changed files with 20 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
name: autofix.ci
on:
workflow_call:
pull_request:
branches: ["main"]
permissions:
contents: read
@@ -14,7 +15,7 @@ jobs:
# Use uv to ensure we have the same ruff version in CI and locally.
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
python-version: "3.12"
- run: |
cd api
uv sync --dev