Skip to content

Commit

Permalink
Test with pyright in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 19, 2023
1 parent ae81953 commit ef54559
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ jobs:
python-version: '3.8'
- run: pip install tox
- run: tox run -e mypy

test_pyright:
name: Check static test cases with pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip install tox
- run: tox run -e pyright

0 comments on commit ef54559

Please sign in to comment.