Skip to content

Commit

Permalink
update args
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 26, 2024
1 parent 4fa2847 commit 6cd5fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
python-version: "3.13"
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"
args: "check --fix"
continue-on-error: false

0 comments on commit 6cd5fa3

Please sign in to comment.