From be03662e4c40762d8a3963be1ea669b68c4f5029 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sun, 21 Jun 2026 15:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b3578..5eaaaac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: run: uv sync --extra dev --frozen - name: Ruff 检查 - run: uv run ruff check src tests examples + run: uv run ruff check src tests - name: Ruff 格式检查 - run: uv run ruff format --check src tests examples + run: uv run ruff format --check src tests # ───────────────────────────────────────────────────────────── # typecheck:mypy 严格类型检查 diff --git a/README.md b/README.md index d0f2724..62c3a4c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > 轻量、类型安全的 DAG 任务调度器。 -[![CI](https://github.com/pyflowx/pyflowx/actions/workflows/ci.yml/badge.svg)](https://github.com/pyflowx/pyflowx/actions/workflows/ci.yml) +[![CI](https://github.com/gookeryoung/pyflowx/actions/workflows/ci.yml/badge.svg)](https://github.com/gookeryoung/pyflowx/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/pyflowx.svg)](https://pypi.org/project/pyflowx/) [![Python](https://img.shields.io/pypi/pyversions/pyflowx.svg)](https://pypi.org/project/pyflowx/) [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/pyflowx/pyflowx)