first stab at migrating to TypeScript #8
run-typescript.yml
on: pull_request
typescript-check
4m 10s
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.
|