Skip to content

Refactor badge URL in docs #156

Refactor badge URL in docs

Refactor badge URL in docs #156

Triggered via push August 21, 2023 14:10
Status Failure
Total duration 2m 16s
Artifacts

main.yml

on: push
Matrix: canary
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

10 errors
canary / unifiedjs/unified-engine
Argument of type 'VFile' is not assignable to parameter of type 'Compatible | undefined'.
canary / unifiedjs/unified-engine
Argument of type 'Node' is not assignable to parameter of type 'Node<Data>'.
canary / unifiedjs/unified-engine
Argument of type 'Node' is not assignable to parameter of type 'Node<Data>'.
canary / unifiedjs/unified-engine: lib/index.js#L2
Generic type 'Processor<ParseTree, CurrentTree, CompileTree, CompileResult>' requires between 0 and 4 type arguments.
canary / unifiedjs/unified-engine
Type 'Literal' does not satisfy the constraint 'Node<Data>'.
canary / unifiedjs/unified-engine
Type 'Literal' does not satisfy the constraint 'Node<Data>'.
canary / unifiedjs/unified-engine
Type '(_: any, file: any) => void' is not assignable to type 'void'.
canary / unifiedjs/unified-engine
Parameter '_' implicitly has an 'any' type.
canary / unifiedjs/unified-engine
Parameter 'file' implicitly has an 'any' type.
canary / unifiedjs/unified-engine
Type '(tree: any) => void' is not assignable to type 'void'.