Skip to content

Commit

Permalink
devops: update test workflow to use new linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 20, 2024
1 parent 8b640e4 commit 7c2d8e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e .[dev]
- run: black --check .
- run: isort --profile black --check .
- run: autoflake -cr .
- run: riff check
- run: riff format --check
- run: pyright

test:
strategy:
Expand All @@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7c2d8e1

Please sign in to comment.