Skip to content

Commit

Permalink
slightly easier
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 26, 2024
1 parent 4d8323b commit 4fa2847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.13"
- uses: astral-sh/ruff-action@v2
- uses: astral-sh/ruff-action@v3
with:
args: "check --output-format=github"
args: "format --check"
continue-on-error: false

0 comments on commit 4fa2847

Please sign in to comment.