Skip to content

Commit

Permalink
[feat] add type check step
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 28, 2023
1 parent bd60b76 commit fd2729c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- name: Run tests
run: |
pdm test
- name: Run static type checking
run: |
pdm run npx pyright ./src/

0 comments on commit fd2729c

Please sign in to comment.