Add a mypy self test (#4337)

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
Co-authored-by: hauntsaninja <>
This commit is contained in:
Sebastian Rittau
2020-10-25 02:58:04 +02:00
committed by GitHub
parent 820cc11256
commit 0583738a41
4 changed files with 70 additions and 14 deletions

View File

@@ -75,6 +75,14 @@ jobs:
- uses: actions/setup-python@v2
- run: ./tests/mypy_selftest.py
mypy-test-suite:
name: Run the mypy test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: ./tests/mypy_test_suite.py
stubtest:
name: Check stubs with stubtest
runs-on: ${{ matrix.os }}