Skip to content

Commit 8d70581

Browse files
authored
try ty in ci
1 parent 7ee85ad commit 8d70581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
python-version: "3.12"
2727
- name: Install dependencies
2828
run: uv sync --all-extras --dev
29+
- name: run ty check
30+
run: uvx ty check
2931
- name: Test with pytest
3032
run: uv run pytest tests

0 commit comments

Comments
 (0)