init #1
main.yaml
on: push
run lint
2m 28s
run format
10s
run type-check
10s
run build
16s
run test
20s
Annotations
8 errors
run format
Process completed with exit code 1.
|
run type-check:
packages/gen-docs/src/docs.test.ts#L3
Cannot find module 'ordana' or its corresponding type declarations.
|
run type-check:
packages/gen-docs/src/docs.test.ts#L17
Parameter 'v' implicitly has an 'any' type.
|
run type-check:
packages/gen-docs/src/docs.ts#L6
Cannot find module 'ordana' or its corresponding type declarations.
|
run type-check:
packages/gen-docs/src/docs.ts#L80
Argument of type 'unknown' is not assignable to parameter of type 'ArgumentOptions'.
|
run type-check:
packages/gen-docs/src/docs.ts#L81
Argument of type 'unknown' is not assignable to parameter of type 'ArgumentOptions'.
|
run type-check:
packages/gen-docs/src/docs.ts#L83
'option' is of type 'unknown'.
|
run type-check
Process completed with exit code 2.
|