Skip to content

Commit 821e70c

Browse files
committed
fix(Actions): ruff format --check some how would be failed on ubuntu. Remove it before it fixed
* ref: astral-sh/ruff#15391
1 parent 7c53c84 commit 821e70c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- uses: astral-sh/ruff-action@v3
3737
with:
3838
args: 'check'
39-
- uses: astral-sh/ruff-action@v3
40-
with:
41-
args: 'format --check'
4239

4340
build:
4441
name: Build distribution 📦

0 commit comments

Comments
 (0)