Skip to content

feat: add support to custom repository info #188

feat: add support to custom repository info

feat: add support to custom repository info #188

Triggered via pull request September 19, 2024 21:05
Status Failure
Total duration 27s
Artifacts

ci_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: bin/commands/diff.ts#L13
Parameter 'program' implicitly has an 'any' type.
test: bin/commands/diff.ts#L20
Parameter 'options' implicitly has an 'any' type.
test: bin/commands/diff.ts#L70
Parameter 'm' implicitly has an 'any' type.
test: bin/commands/diff.ts#L73
'occurrence' is of type 'unknown'.
test: bin/commands/diff.ts#L73
'occurrence' is of type 'unknown'.
test: bin/commands/diff.ts#L100
Parameter 'occurrence' implicitly has an 'any' type.
test: bin/commands/init.ts#L9
Parameter 'program' implicitly has an 'any' type.
test: bin/commands/init.ts#L28
Type 'string | RevalidatorSchema' is not assignable to type 'string | null'.
test: bin/commands/init.ts#L30
Argument of type 'string | null' is not assignable to parameter of type 'string'.
test: bin/commands/run.ts#L20
Parameter 'program' implicitly has an 'any' type.