Skip to content

Commit

Permalink
Added mypy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdjong committed Mar 4, 2024
1 parent 7ad2af6 commit fa76a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: hatch run style:check

- name: Check types
run: hatch run types.${{ matrix.python-version }}:check
run: hatch run types.py${{ matrix.python-version }}:check

- name: Run static analysis
run: hatch fmt --check
Expand Down

0 comments on commit fa76a5e

Please sign in to comment.