Skip to content

first stab at migrating to TypeScript #8

first stab at migrating to TypeScript

first stab at migrating to TypeScript #8

Triggered via pull request July 30, 2024 17:14
Status Failure
Total duration 4m 21s
Artifacts

run-typescript.yml

on: pull_request
typescript-check
4m 10s
typescript-check
Fit to window
Zoom out
Zoom in

Annotations

7 errors
typescript-check: src/components/header.tsx#L11
'siteTitle' is declared but its value is never read.
typescript-check: src/templates/event-index.tsx#L57
'speakers' is declared but its value is never read.
typescript-check: src/templates/event.tsx#L69
'_l' is possibly 'null'.
typescript-check: src/templates/event.tsx#L108
Property 'publicUrl' does not exist on type '{ readonly publicURL: string | null; readonly childImageSharp: { readonly gatsbyImageData: IGatsbyImageData; } | null; }'. Did you mean 'publicURL'?
typescript-check: src/templates/research-index.tsx#L33
'end' is declared but its value is never read.
typescript-check: src/templates/research.tsx#L51
'end' is declared but its value is never read.
typescript-check
Process completed with exit code 2.