Skip to content

Commit

Permalink
💚 Update ruff action
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 10, 2025
1 parent 76bebef commit 2017a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Run Ruff
uses: astral-sh/ruff-action@v1
with:
version: latest
args: --statistics --diff
version: "latest"
args: "check --fix"

0 comments on commit 2017a1a

Please sign in to comment.