microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.06k stars 379 forks source link

Add CI for Python #190

Closed jakebailey closed 4 months ago

jakebailey commented 4 months ago

This adds a CI workflow for checking the python directory.

This is not too dissimilar to https://github.com/python/typeshed/blob/main/.github/workflows/tests.yml or the docs at https://github.com/jakebailey/pyright-action.