Skip to content

implement a multi project release manager #102

implement a multi project release manager

implement a multi project release manager #102

Triggered via pull request October 11, 2024 16:14
Status Failure
Total duration 32s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
checks: src/release/utils/configBuilder.ts#L16
Type '{ readonly anyOf: readonly [{ readonly type: "string"; }, { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly const: "multipleProjectReleaseManager"; }; readonly appNameDefault: { ...; }; readonly appName: { ...; }; readonly appNameOther: { ...; }; }; }]; }' is not assignable to type 'UncheckedJSONSchemaType<ReleaseManagerJSON, false>'.
checks
Process completed with exit code 2.
checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/