We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdab64 commit 8e5d68aCopy full SHA for 8e5d68a
.github/workflows/pythonpackage.yml
@@ -121,3 +121,6 @@ jobs:
121
- name: Run ruff
122
run: uvx ruff check json2xml tests
123
124
+ - name: Run ty typecheck
125
+ run: uvx ty check json2xml tests
126
+
0 commit comments