fix: update ruff action to install the latest version

pull/896/head
春河晴 2025-04-16 16:37:37 +09:00
parent ff09813dbe
commit d8d407e404
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref_name }}
- uses: astral-sh/ruff-action@v3
- name: Install the latest version of ruff
uses: astral-sh/ruff-action@v3
with:
version: "latest"
- run: ruff check --fix
- run: ruff format
- name: Commit changes