Update ruff.yml

This commit is contained in:
晴猫
2025-06-10 18:15:51 +09:00
committed by GitHub
parent 18c40e5810
commit edecfc9a7f

View File

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