Skip to content

Commit

Permalink
Update ruff GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Feb 10, 2025
1 parent aaed81c commit 8f85457
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- uses: astral-sh/ruff-action@v3
- run: ruff check --output-format=github src
- run: ruff format --check src

test:
needs: style
Expand Down

0 comments on commit 8f85457

Please sign in to comment.