Skip to content

Commit 2d28f47

Browse files
committed
ci/cd and prepare for pypi
1 parent 9be673a commit 2d28f47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Lint
3030
run: uv run ruff check
3131

32+
- name: Type chekc
33+
run: uv run ty check
34+
3235
test:
3336
runs-on: ubuntu-latest
3437
strategy:

0 commit comments

Comments
 (0)