Skip to content

Commit a4647c5

Browse files
committed
Merge branch 'mypy' from pull request #31
2 parents a5ea443 + 89a9567 commit a4647c5

File tree

5 files changed

+129
-61
lines changed

5 files changed

+129
-61
lines changed

.github/workflows/ci.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ jobs:
2525
- run: python -m pip install tox
2626
- run: tox -e pep8
2727

28+
mypy:
29+
name: mypy
30+
runs-on: ubuntu-latest
31+
32+
steps:
33+
- uses: actions/checkout@v2
34+
- uses: actions/setup-python@v2
35+
- run: python -m pip install tox
36+
- run: tox -e mypy
37+
2838
tests:
2939
name: tests / Python ${{ matrix.python }}
3040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)