We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5ea443 + 89a9567 commit a4647c5Copy full SHA for a4647c5
.github/workflows/ci.yaml
@@ -25,6 +25,16 @@ jobs:
25
- run: python -m pip install tox
26
- run: tox -e pep8
27
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
38
tests:
39
name: tests / Python ${{ matrix.python }}
40
runs-on: ubuntu-latest
0 commit comments