Skip to content

Commit

Permalink
Validate stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Primault committed Oct 31, 2024
1 parent 855b306 commit bd7f6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ jobs:
- name: Run tests
run: pytest --tb=native test

- name: Validate stubs
run: python -m mypy.stubtest --ignore-missing-stub starlark

- name: Run example
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
maturin
pytest
mypy

sphinx
sphinx-copybutton
Expand Down

0 comments on commit bd7f6ab

Please sign in to comment.