Update ruff.yml

This commit is contained in:
晴猫
2025-06-10 18:28:29 +09:00
committed by GitHub
parent a10cc9f485
commit a957daa37d

View File

@@ -26,6 +26,7 @@ jobs:
- name: Install Ruff and Run Checks
uses: astral-sh/ruff-action@v3
with:
args: "--version"
version: "latest"
- name: Run Ruff Fix
run: ruff check --fix --unsafe-fixes || true