Skip to content

Extension tutorial authors #312

Extension tutorial authors

Extension tutorial authors #312

Triggered via push December 18, 2024 15:38
Status Failure
Total duration 1m 11s
Billable time 2m
Artifacts

typecheck.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Typecheck: server/utils/remote-content.ts#L136
Property 'sort' does not exist on type '{ title: string; content: string; id: string; slug: string; authors: { author: { title: string; name: string; }; }[] | null; }'.
Typecheck: server/utils/remote-content.ts#L140
Property 'tags' does not exist on type '{ title: string; content: string; id: string; slug: string; authors: { author: { title: string; name: string; }; }[] | null; }'.
Typecheck: server/utils/remote-content.ts#L140
Parameter 'tag' implicitly has an 'any' type.
Typecheck: server/utils/remote-content.ts#L141
Property 'additional_paths' does not exist on type '{ title: string; content: string; id: string; slug: string; authors: { author: { title: string; name: string; }; }[] | null; }'.
Typecheck: server/utils/remote-content.ts#L141
Parameter 'path' implicitly has an 'any' type.
Typecheck: server/utils/remote-content.ts#L144
Property 'description' does not exist on type '{ title: string; content: string; id: string; slug: string; authors: { author: { title: string; name: string; }; }[] | null; }'.
Typecheck: server/utils/remote-content.ts#L144
Property 'description' does not exist on type '{ title: string; content: string; id: string; slug: string; authors: { author: { title: string; name: string; }; }[] | null; }'.
Typecheck
Process completed with exit code 1.
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636