Skip to content

Commit 1951b56

Browse files
committed
ci: replace pyright with ty in CI workflow
1 parent 040eaee commit 1951b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3939
- name: Run type checking
40-
run: pdm run pyright
40+
run: pdm run ty check src
4141

4242
docker:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)