Skip to content

Add MDX file icons for VSCode (#330) #234

Add MDX file icons for VSCode (#330)

Add MDX file icons for VSCode (#330) #234

Triggered via push July 7, 2023 11:30
Status Failure
Total duration 2m 4s
Artifacts

main.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test (ubuntu-latest, 18)
Argument of type 'Processor<void, void, void, void>' is not assignable to parameter of type 'Processor<Root, void, void, void>'.
test (ubuntu-latest, 18)
Argument of type 'Processor<void, void, void, void>' is not assignable to parameter of type 'Processor<Root, void, void, void>'.
test (ubuntu-latest, 18)
Argument of type 'Root' is not assignable to parameter of type 'Node<Data>'.
test (ubuntu-latest, 18)
Type 'Node<Data>' is missing the following properties from type 'LinkReference': children, referenceType, identifier
test (ubuntu-latest, 18)
Property 'identifier' does not exist on type 'Node<Data>'.
test (ubuntu-latest, 18)
Property 'identifier' does not exist on type 'Node<Data>'.
test (ubuntu-latest, 18)
Argument of type 'Node<Data>' is not assignable to parameter of type 'Definition'.
test (ubuntu-latest, 18)
Argument of type 'Root' is not assignable to parameter of type 'Node<Data>'.
test (ubuntu-latest, 18)
'node.children' is of type 'unknown'.
test (ubuntu-latest, 18)
Type 'Root' does not satisfy the constraint 'void | Node<Data>'.