Skip to content

first stab at migrating to TypeScript #9

first stab at migrating to TypeScript

first stab at migrating to TypeScript #9

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

run-typescript.yml

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

Annotations

10 errors
typescript-check: src/components/header.tsx#L11
'siteTitle' is declared but its value is never read.
typescript-check: src/components/person.tsx#L221
Type 'string' is not assignable to type 'boolean | undefined'.
typescript-check: src/components/person.tsx#L240
Type 'string' is not assignable to type 'boolean | undefined'.
typescript-check: src/components/person.tsx#L264
Type 'string' is not assignable to type 'boolean | undefined'.
typescript-check: src/components/person.tsx#L288
Type 'string' is not assignable to type 'boolean | undefined'.
typescript-check: src/templates/event-index.tsx#L73
'speakers' is declared but its value is never read.