Skip to content

Commit a3b4102

Browse files
committed
ruff: 改为直接使用格式化命令
1 parent 4ab928f commit a3b4102

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@ jobs:
88
uses: actions/checkout@v4
99

1010
- name: Ruff Format
11-
uses: astral-sh/ruff-action@v3
12-
with:
13-
command: format # 明确指定仅执行格式化
14-
args: .
11+
run: ruff format .
1512

0 commit comments

Comments
 (0)