Skip to content

Commit c56f54f

Browse files
author
Nick MacCarthy
committed
feat: #31 typehint support
1 parent 892488b commit c56f54f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
run: pip3 install -r requirements-3.txt
2525
- name: run the tests
2626
run: python3 tests.py
27+
- name: verify type hints
28+
run: mypy datemath

0 commit comments

Comments
 (0)