Skip to content

Commit

Permalink
Add type stubs for biscuit-python and mypy workflow to github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
baranyildirim committed Feb 10, 2024
1 parent 5f4304f commit f744586
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
pip install sphinx sphinx-rtd-theme
make -C docs doctest
make -C docs html
- name: Test types
uses: jpetrucciani/mypy-check@master
with:
requirements_file: "requirements-dev.txt"
Loading

0 comments on commit f744586

Please sign in to comment.