Skip to content

Commit 92e5feb

Browse files
committed
ci(typechecker): Use ty instead of pyrefly
Signed-off-by: Helio Chissini de Castro <dev@heliocastro.info>
1 parent 343a971 commit 92e5feb

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/commit_checks.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
typecheck:
2727
needs: commitlint
28-
name: PyreFly Type Checker
28+
name: ty Type Checker
2929
runs-on: ubuntu-24.04
3030

3131
steps:
@@ -35,15 +35,13 @@ jobs:
3535
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3636
with:
3737
enable-cache: true
38+
activate-environment: "true"
39+
python-version: "3.13"
3840

39-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
40-
with:
41-
python-version: '3.13'
42-
43-
- name: Run Pyrefly Type Checker
41+
- name: Run ty Type Checker
4442
run: |
4543
uv sync
46-
uv run pyrefly check
44+
uv run ty check
4745
4846
ruff:
4947
needs: commitlint

0 commit comments

Comments
 (0)