Skip to content

Extend CI workflow with build and type-check action #1

Extend CI workflow with build and type-check action

Extend CI workflow with build and type-check action #1

Triggered via push February 8, 2025 19:33
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
type-check: src/components/ObjectDetail.tsx#L104
Property 'isPinned' is missing in type '{ spaceId: string; objectId: string; title: string; mutateObject: MutatePromise<SpaceObject | null | undefined, SpaceObject | null | undefined, any>; mutateExport: MutatePromise<...>; objectExport: Export | undefined; viewType: string; }' but required in type 'ObjectActionsProps'.
type-check: src/components/ObjectList.tsx#L74
Property 'isPinned' is missing in type '{ key: string; spaceId: string; objectId: string; icon: { source: string; mask: Mask; }; title: string; subtitle: { value: string; tooltip: string; }; accessories: { date: Date | undefined; tooltip: string; text: string | undefined; }[]; mutate: MutatePromise<...>[]; viewType: string; }' but required in type 'ObjectListItemProps'.
type-check: src/components/ObjectList.tsx#L108
Property 'isPinned' is missing in type '{ key: string; spaceId: string; objectId: string; icon: string; title: string; mutate: MutatePromise<any[] | Type[], any[] | Type[], any>[]; viewType: string; }' but required in type 'ObjectListItemProps'.
type-check: src/components/ObjectList.tsx#L122
Property 'isPinned' is missing in type '{ key: string; spaceId: string; objectId: string; icon: { source: string; mask: Mask.Circle; }; title: string; subtitle: { value: string; tooltip: string; }; accessories: { text: string; tooltip: string; }[]; mutate: MutatePromise<...>[]; viewType: string; }' but required in type 'ObjectListItemProps'.
type-check: src/components/TemplateList.tsx#L47
Property 'isPinned' is missing in type '{ spaceId: string; objectId: string; title: string; mutateTemplates: MutatePromise<any[] | Template[], any[] | Template[], any>; viewType: string; }' but required in type 'ObjectActionsProps'.
type-check
Process completed with exit code 2.
lint
Prefer Title Case naming convention for action titles (e.g Copy to Clipboard)