Skip to content

Commit 8e5d68a

Browse files
committed
ci: Add ty typecheck to pythonpackage.yml lint job
- Ensure both ruff and ty run in main CI workflow - Matches lint.yml workflow which has both checks - All code quality checks now run automatically
1 parent 8fdab64 commit 8e5d68a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ jobs:
121121
- name: Run ruff
122122
run: uvx ruff check json2xml tests
123123

124+
- name: Run ty typecheck
125+
run: uvx ty check json2xml tests
126+

0 commit comments

Comments
 (0)