Skip to content

Commit edecfc9

Browse files
authored
Update ruff.yml
1 parent 18c40e5 commit edecfc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
version: "latest"
3030
- name: Run Ruff Fix
31-
run: ruff check --fix
31+
run: ruff check --fix --unsafe-fixes || true
3232
- name: Run Ruff Format
33-
run: ruff format
34-
- name: Commit changes
33+
run: ruff format || true
34+
- name: 提交更改
3535
if: success()
3636
run: |
3737
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)