Currently, our ci.yaml builds an runs the TypeScript code as well as our test suites. It also checks the generated Python schema.
However, it's still possible for types defined in TypeScript to become incompatible with Python, as seen in #1115. Somehow we should check the Python behavior against the TypeScript types to identify these kinds of problems at PR time, pre-merge.
Currently, our
ci.yamlbuilds an runs the TypeScript code as well as our test suites. It also checks the generated Python schema.However, it's still possible for types defined in TypeScript to become incompatible with Python, as seen in #1115. Somehow we should check the Python behavior against the TypeScript types to identify these kinds of problems at PR time, pre-merge.