Skip to content

update database setup and create trpc based api #63

update database setup and create trpc based api

update database setup and create trpc based api #63

Triggered via pull request September 26, 2023 11:59
Status Failure
Total duration 6m 48s
Artifacts

dockerfile-ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (16.x)
Cannot find module '@celluloid/database' or its corresponding type declarations.
build (16.x)
'AnyAction' is declared but its value is never read.
build (16.x)
'Footer' is declared but its value is never read.
build (16.x)
Type 'UserRecord | undefined' is not assignable to type '{ id: string; email: string | null; username: string; password: string; confirmed: boolean; code: string | null; codeGeneratedAt: Date | null; role: UserRole | null; extra: JsonValue; } | undefined'.
build (16.x)
Type 'string | null' is not assignable to type 'string | undefined'.
build (16.x)
Type '{ id: string; title: string; userId: string; description: string; videoId: string; host: string | null; objective: string | null; levelStart: number | null; levelEnd: number | null; public: boolean; ... 8 more ...; playlistId: string | null; }' is not assignable to type '{ id: string; host?: string | null | undefined; videoId: string; title: string; objective: string; }'.
build (16.x)
Property 'thumbnailPath' does not exist on type 'PeerTubeVideo[]'.
build (16.x)
'ProjectCreateData' is declared but its value is never read.
build (16.x)
'useMutation' is declared but its value is never read.
build (16.x)
Argument of type 'PeerTubeVideo[] | undefined' is not assignable to parameter of type 'SetStateAction<PeerTubeVideo[] | null>'.
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/