ci: 优化 GitHub Actions 工作流

This commit is contained in:
2026-04-05 22:40:16 +08:00
parent 39766aa1dc
commit feaa3fca36
3 changed files with 17 additions and 8 deletions
+5 -1
View File
@@ -24,4 +24,8 @@ jobs:
- name: Check formatting with ruff
run: |
ruff format --check .
ruff format --check .
- name: Check import sorting
run: |
ruff check . --select I