Skip to content

refactor(collections): restructure schema and UI components #97

refactor(collections): restructure schema and UI components

refactor(collections): restructure schema and UI components #97

Triggered via push December 15, 2025 01:37
Status Failure
Total duration 51s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Build
Process completed with exit code 1.
Tests (URLs)
Process completed with exit code 1.
Tests (Validate)
Process completed with exit code 1.
Type Check: tests/validate/urls.accessibility.test.ts#L99
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type Check: tests/validate/typesAlignment.test.ts#L94
Type 'undefined' cannot be used as an index type.
Type Check: tests/validate/typesAlignment.test.ts#L93
Object is possibly 'undefined'.
Type Check: tests/validate/translations.structure.test.ts#L140
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type Check: tests/validate/translations.structure.test.ts#L135
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type Check: tests/validate/manifests.schema.test.ts#L102
Argument of type 'unknown' is not assignable to parameter of type 'AnySchema | AnySchema[]'.
Type Check: tests/validate/manifests.schema.test.ts#L80
Argument of type 'unknown' is not assignable to parameter of type 'AnySchema | AnySchema[]'.
Type Check: src/lib/generated/metadata.ts#L396
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
Type Check: src/lib/generated/metadata.ts#L256
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
Type Check: src/lib/generated/metadata.ts#L128
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
CI Success
Process completed with exit code 1.