Skip to content

Add github workflow file #1

Add github workflow file

Add github workflow file #1

Triggered via push June 25, 2024 12:38
Status Failure
Total duration 2m 5s
Artifacts

tsc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tsc
'type' is specified more than once, so this usage will be overwritten.
tsc
'id' is specified more than once, so this usage will be overwritten.
tsc
'type' is specified more than once, so this usage will be overwritten.
tsc
'id' is specified more than once, so this usage will be overwritten.
tsc
'openButtonRef.current' is possibly 'null'.
tsc
Type '{ contentUrl: string; width: number; height: number; alt: null; tasl: { title: string; author: string; sourceName: string; sourceLink: null; license: LicenseType; copyrightHolder: null; copyrightLink: null; }; crops: {}; }' is not assignable to type 'ImageType'.
tsc
Type '({ contentUrl: string; width: number; height: number; alt: string; tasl: { title: string; author: string; sourceName: string; sourceLink: null; license: LicenseType; copyrightHolder: null; copyrightLink: null; }; crops: {}; minWidth: string; } | { ...; })[]' is not assignable to type 'Picture[]'.
tsc
Type '({ contentUrl: string; width: number; height: number; alt: string; tasl: { title: string; author: string; sourceName: string; sourceLink: null; license: LicenseType; copyrightHolder: null; copyrightLink: null; }; minWidth: string; } | { ...; })[]' is not assignable to type 'Picture[]'.
tsc
Type '{ contentUrl: string; width: number; height: number; alt: string; tasl: { title: null; author: null; sourceName: null; sourceLink: null; license: null; copyrightHolder: null; copyrightLink: null; }; crops: {}; sizesQueries: string; }' is not assignable to type 'ImageType'.
tsc
Type 'null' is not assignable to type 'string | undefined'.