mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 23:29:59 +00:00
## Problem We have several linters that use Node.js, but they are currently set up differently, both locally and on CI. ## Summary of changes - Add Node.js to `build-tools` image - Move `compute/package.json` -> `build-tools/package.json` and add `redocly` to it `@redocly/cli` - Unify and merge into one job `lint-openapi-spec` and `validate-compute-manifest`
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"name": "build-tools",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@redocly/cli": "1.34.4",
|
|
"@sourcemeta/jsonschema": "10.0.0"
|
|
}
|
|
}
|