Skip to content

generate description fe (#1584) #31

generate description fe (#1584)

generate description fe (#1584) #31

Triggered via push December 18, 2024 08:02
Status Failure
Total duration 45s
Artifacts
build_web_wiki
36s
build_web_wiki
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build_web_wiki
Argument of type '{ name: string; avatarId: string; email: string; }' is not assignable to parameter of type 'GetMeResponse'.
build_web_wiki
Property 'categoryId' is missing in type '{ id: string; title: string; slug: string; description: string; url: string; resourceType: string; createdAt: string; updatedAt: string; user: { name: string; avatarId: string; }; topics: { topic: { id: string; ... 4 more ...; updatedAt: string; }; }[]; voteCount: { ...; }; isFavorite: boolean; }' but required in type '{ id: string; title: string; slug: string; description?: string | null | undefined; url: string; resourceType: "VIDEO" | "BLOG" | "TUTORIAL"; categoryId: string; createdAt: string; updatedAt: string; user: { ...; }; topics: { ...; }[]; voteCount: { ...; }; isFavorite: boolean; }'.
build_web_wiki
Type '"type1"' is not assignable to type '"VIDEO" | "BLOG" | "TUTORIAL"'.
build_web_wiki
Type '"type2"' is not assignable to type '"VIDEO" | "BLOG" | "TUTORIAL"'.
build_web_wiki
Type '"video"' is not assignable to type '"VIDEO" | "BLOG" | "TUTORIAL"'. Did you mean '"VIDEO"'?
build_web_wiki
Type '"blog"' is not assignable to type '"VIDEO" | "BLOG" | "TUTORIAL"'. Did you mean '"BLOG"'?
build_web_wiki
Type '{ description: string; id: string; title: string; url: string; resourceType: string; topics: never[]; editable: boolean; }' is not assignable to type 'TEditResourceProps'.
build_web_wiki
Type '{ name: string; avatarId: string; }' is not assignable to type '{ name?: string | undefined; id: string; }'.
build_web_wiki
Type '"Tipo 1"' is not assignable to type '"VIDEO" | "BLOG" | "TUTORIAL"'.
build_web_wiki
Type '{ id: string; title: string; description: string; url: string; topicId: string; resourceType: string; }' is not assignable to type 'Partial<TInitialValues>'.
build_web_wiki
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_web_wiki
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/