Skip to content

Commit f33026a

Browse files
committed
Merge branch 'main' of github.com:krassowski/docstring-to-markdown into main
2 parents 7b3c914 + 7d65d18 commit f33026a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: tests
52

63
on:
@@ -32,6 +29,9 @@ jobs:
3229
- name: Test with pytest
3330
run: |
3431
pytest
32+
- name: Check types with mypy
33+
run: |
34+
mypy docstring_to_markdown
3535
- name: Build package
3636
run: |
3737
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)