Add GGT deploy command #2765
Annotations
7 errors and 10 warnings
test (ubuntu-latest)
Process completed with exit code 1.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
lint:
src/commands/deploy.ts#L143
'error' is declared but its value is never read.
|
lint
Process completed with exit code 1.
|
lint:
src/commands/deploy.ts#L143
'error' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/commands/deploy.ts#L143
Unexpected empty method 'error'
|
lint:
src/commands/deploy.ts#L145
Promise-returning function provided to property where a void return was expected
|
lint:
src/commands/deploy.ts#L145
Async method 'next' has no 'await' expression
|
lint:
src/commands/deploy.ts#L146
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
src/commands/deploy.ts#L164
Strings must use doublequote
|
lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
src/commands/deploy.ts#L176
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
src/commands/deploy.ts#L180
Strings must use doublequote
|