mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Adds a schema to validate the manifest.yaml described in [this RFC](https://github.com/neondatabase/neon/blob/main/docs/rfcs/038-independent-compute-release.md) and a github workflow to test this.
7 lines
111 B
JSON
7 lines
111 B
JSON
{
|
|
"name": "neon-compute",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@sourcemeta/jsonschema": "9.3.4"
|
|
}
|
|
} |