Skip to content

Commit

Permalink
chore: ruff in gha
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Dec 11, 2024
1 parent 7b1018e commit 9fdbbcc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
- uses: astral-sh/ruff-action@v2
with:
version: 0.8.2
src: "./pydid"
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v2
with:
version: 0.3.4
version: 0.8.2
src: "./pydid"
args: format --check

test:
name: Tests
Expand Down

0 comments on commit 9fdbbcc

Please sign in to comment.