Update ruff.yml

pull/1035/head
晴猫 2025-06-10 18:15:51 +09:00 committed by GitHub
parent 18c40e5810
commit edecfc9a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@ jobs:
with:
version: "latest"
- name: Run Ruff Fix
run: ruff check --fix
run: ruff check --fix --unsafe-fixes || true
- name: Run Ruff Format
run: ruff format
- name: Commit changes
run: ruff format || true
- name: 提交更改
if: success()
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"