Skip to content

Commit 6f18e5e

Browse files
committed
update CI
1 parent 34c4bdd commit 6f18e5e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/python_ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ jobs:
4848
run: |
4949
pyright lib
5050
51+
- name: Check Stubs Generation
52+
working-directory: .
53+
run: |
54+
bash .githooks/pre-push-python/stubs.sh
55+
56+
- name: Check Extras Generation
57+
working-directory: .
58+
run: |
59+
bash .githooks/pre-push-python/extras.sh
60+
5161
- name: Pytest Unit Tests
5262
run: |
5363
pytest -m "not integration"

0 commit comments

Comments
 (0)