Skip to content

feat: add support to custom repository info #185

feat: add support to custom repository info

feat: add support to custom repository info #185

Triggered via pull request September 19, 2024 20:13
Status Failure
Total duration 24s
Artifacts

ci_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: bin/commands/diff.ts#L3
Module '"../helpers.js"' has no exported member 'allowMultipleValues'.
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#L7
Could not find a declaration file for module 'prompt'. '/home/runner/work/cherry-cli/cherry-cli/node_modules/prompt/lib/prompt.js' implicitly has an 'any' type.
test: bin/commands/init.ts#L9
Parameter 'program' implicitly has an 'any' type.
test: bin/commands/init.ts#L21
Property 'gitRemoteUrl' does not exist on type 'typeof import("/home/runner/work/cherry-cli/cherry-cli/src/git", { with: { "resolution-mode": "import" } })'. Did you mean 'getRemoteUrl'?