Skip to content

Commit 9ab768e

Browse files
committed
Switch workflow from pyright to ty
1 parent 13dd60e commit 9ab768e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
continue-on-error: false
3131

3232
- name: Type check
33-
run: uv run pyright
33+
run: uv run ty
3434
continue-on-error: false
3535

3636
- name: Run tests

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
continue-on-error: false
3636

3737
- name: Type check
38-
run: uv run pyright
38+
run: uv run ty
3939
continue-on-error: false
4040

4141
- name: Run tests

0 commit comments

Comments
 (0)