first stab at migrating to TypeScript #9
run-typescript.yml
on: pull_request
typescript-check
4m 7s
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#L213
Unused '@ts-expect-error' directive.
|
typescript-check:
src/components/person.tsx#L221
Type 'string' is not assignable to type 'boolean | undefined'.
|
typescript-check:
src/components/person.tsx#L233
Unused '@ts-expect-error' directive.
|
typescript-check:
src/components/person.tsx#L240
Type 'string' is not assignable to type 'boolean | undefined'.
|
typescript-check:
src/components/person.tsx#L257
Unused '@ts-expect-error' directive.
|
typescript-check:
src/components/person.tsx#L264
Type 'string' is not assignable to type 'boolean | undefined'.
|
typescript-check:
src/components/person.tsx#L281
Unused '@ts-expect-error' directive.
|
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.
|