Skip to content

age and pronouns in db #4

age and pronouns in db

age and pronouns in db #4

Triggered via pull request March 7, 2024 07:18
Status Failure
Total duration 1m 42s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build
Argument of type '{ name: string; email: string; avatar_url: string; }' is not assignable to parameter of type '{ created_at?: string | null | undefined; email?: string | null | undefined; id?: string | undefined; avatar_url?: string | null | undefined; name?: string | null | undefined; location?: string | ... 1 more ... | undefined; details: Json; }'.
build
Argument of type '{ name: string; id: string; avatar_url: string | null; }' is not assignable to parameter of type '{ created_at?: string | null | undefined; email?: string | null | undefined; id?: string | undefined; avatar_url?: string | null | undefined; name?: string | null | undefined; location?: string | ... 1 more ... | undefined; details: Json; }'.
build
Argument of type '{ name: string; avatar_url: string | null; }' is not assignable to parameter of type '{ created_at?: string | null | undefined; email?: string | null | undefined; id?: string | undefined; avatar_url?: string | null | undefined; name?: string | null | undefined; location?: string | ... 1 more ... | undefined; details: Json; }'.
build
Argument of type '{ location: string; }' is not assignable to parameter of type '{ created_at?: string | null | undefined; email?: string | null | undefined; id?: string | undefined; avatar_url?: string | null | undefined; name?: string | null | undefined; location?: string | ... 1 more ... | undefined; details: Json; }'.
build
Cannot find name 'age'.
build
Cannot find name 'setAge'.
build
Spread types may only be created from object types.
build
No overload matches this call.
build
Cannot find name 'pronouns'.
build
Cannot find name 'setPronouns'. Did you mean 'newPronouns'?
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/