Skip to content

fix: correct deployment (#48) #212

fix: correct deployment (#48)

fix: correct deployment (#48) #212

Triggered via push April 17, 2024 11:22
Status Failure
Total duration 58s
Artifacts

tests.yml

on: push
Typecheck
39s
Typecheck
Check format
47s
Check format
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L9
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L20
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/search.get.ts#L10
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/chat.post.ts#L21
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/chat.post.ts#L36
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/clone.post.ts#L18
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/index.delete.ts#L12
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/index.get.ts#L7
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/utils/auth.ts#L28
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/utils/auth.ts#L44
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.