Skip to content

Commit aa89add

Browse files
committed
ci: replace pyright with ty in release workflow
1 parent 1951b56 commit aa89add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pdm run ruff check .
3939

4040
- name: Run type checking
41-
run: pdm run pyright
41+
run: pdm run ty check src
4242

4343
- name: Build package
4444
run: pdm build

0 commit comments

Comments
 (0)