diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a1272c..aa55be5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Example +name: Test and Publish on: diff --git a/README.md b/README.md index 5cfcb99..0c32a34 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Jambo - JSON Schema to Pydantic Converter +
+ **Jambo** is a Python package that automatically converts [JSON Schema](https://json-schema.org/) definitions into [Pydantic](https://docs.pydantic.dev/) models. It's designed to streamline schema validation and enforce type safety using Pydantic's powerful validation features.