Skip to content

Add typecheck + test + build to CI #4

Add typecheck + test + build to CI

Add typecheck + test + build to CI #4

Triggered via pull request September 25, 2025 21:14
Status Failure
Total duration 17s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 2.
test: src/index.ts#L29
Argument of type '(() => Promise<{ content: { type: "text"; text: string; }[]; }>) | (({ workspacePath, environmentName, duplicateEnvironment, serviceVariables, }: CreateEnvironmentOptions) => Promise<{ content: { type: "text"; text: string; }[]; }>) | ... 10 more ... | (({ workspacePath, variables, service, environment, skipDeploys,...' is not assignable to parameter of type '((args: {}, extra: RequestHandlerExtra<ServerRequest, ServerNotification>) => { [x: string]: unknown; content: ({ [x: string]: unknown; text: string; type: "text"; _meta?: { ...; } | undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]; _meta?: { ...; } | undefined; structuredContent?: { ...; } | undefined; i...'.