Update ruff.yml do nothing when install

pull/848/head
Jiachen Wu 2025-04-25 12:59:04 +01:00 committed by GitHub
parent 75924bf499
commit 46a80b07ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
uses: astral-sh/ruff-action@v3 uses: astral-sh/ruff-action@v3
with: with:
version: "latest" version: "latest"
args: "--version"
- run: ruff check --fix - run: ruff check --fix
- run: ruff format - run: ruff format
- name: Commit changes - name: Commit changes