Skip to content

Commit

Permalink
Run type-checking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 17, 2023
1 parent 653f808 commit 2a30d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
include:
- python-version: "3.10"
toxenv: lint
- python-version: "3.10"
toxenv: typing
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 2a30d1b

Please sign in to comment.