We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3c914 + 7d65d18 commit f33026aCopy full SHA for f33026a
.github/workflows/tests.yml
@@ -1,6 +1,3 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
name: tests
5
6
on:
@@ -32,6 +29,9 @@ jobs:
32
29
- name: Test with pytest
33
30
run: |
34
31
pytest
+ - name: Check types with mypy
+ run: |
+ mypy docstring_to_markdown
35
- name: Build package
36
37
python setup.py sdist bdist_wheel
0 commit comments