Skip to content

Commit 379806b

Browse files
try
1 parent dd4a357 commit 379806b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/type-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
python-version: '3.14'
1616

1717
- name: Install dependencies
18-
run: uv pip install ty
18+
run: uv add pyrefly --dev
1919

20-
- name: Run ty
21-
run: ty check
20+
- name: Run pyrefly
21+
run: pyrefly check
2222

0 commit comments

Comments
 (0)