Skip to content

[WIP] Separate commands implementation from specific CLI args parser. #2482

[WIP] Separate commands implementation from specific CLI args parser.

[WIP] Separate commands implementation from specific CLI args parser. #2482

Triggered via pull request December 11, 2023 20:06
Status Failure
Total duration 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Dependaban
8s
Dependaban
Verify signatures and provenance statements
39s
Verify signatures and provenance statements
Matrix: checks
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Type Checker: src/commands/app.ts#L33
The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<void>'?
Type Checker: src/commands/app.ts#L38
Argument of type 'unknown' is not assignable to parameter of type 'string | number'.
Type Checker: src/commands/app.ts#L70
'clonedResponse.environments' is possibly 'null' or 'undefined'.
Type Checker: src/commands/app.ts#L73
Argument of type 'Maybe<AppEnvironment>' is not assignable to parameter of type 'string'.
Type Checker: src/commands/app.ts#L76
'clonedEnv.currentCommit' is possibly 'null' or 'undefined'.
Type Checker: src/commands/app.ts#L79
Type 'string' is not assignable to type 'Domain'.
Type Checker: src/commands/app.ts#L79
'clonedEnv.primaryDomain' is possibly 'null' or 'undefined'.
Type Checker: src/commands/app.ts#L84
Type '{ header: ({ key: string; value: Maybe<number> | undefined; } | { key: string; value: Maybe<string> | undefined; })[]; data: Maybe<AppEnvironment>[]; }' is not assignable to type 'void'.
Type Checker: src/lib/base-command.ts#L82
Parameter 'argv' implicitly has an 'any' type.
Type Checker: src/lib/base-command.ts#L82
Parameter 'params' implicitly has an 'any' type.
Check formatting
The job was canceled because "Type_Checker_check-types" failed.
Check formatting
Process completed with exit code 1.
Check formatting
The job was canceled because "Type_Checker_check-types" failed.
Check formatting
Process completed with exit code 1.
Lint
The job was canceled because "Type_Checker_check-types" failed.
Lint
The operation was canceled.