Skip to content

Commit

Permalink
ruff CI try specifying version
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Feb 10, 2025
1 parent 9c5797f commit b4cb8a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "0.8.2"
- run: ruff check --output-format=github src
- run: ruff format --verbose --check src
- run: ruff format --check src


test:
needs: style
Expand Down

0 comments on commit b4cb8a9

Please sign in to comment.