Skip to content

Commit

Permalink
fix(devops): riff?
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 20, 2024
1 parent f75bad0 commit 0100de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: pip install .[dev]
- run: riff check
- run: riff format --check
- run: ruff check
- run: ruff format --check
- run: pyright

test:
Expand Down

0 comments on commit 0100de1

Please sign in to comment.