Skip to content

Add GGT deploy command #2764

Add GGT deploy command

Add GGT deploy command #2764

Triggered via pull request November 30, 2023 20:42
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Matrix: test
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
lint: src/commands/deploy.ts#L143
'error' is declared but its value is never read.
lint
Process completed with exit code 1.
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 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#L163
Unsafe usage of optional chaining. If it short-circuits with 'undefined' the evaluation will throw TypeError
lint: src/commands/deploy.ts#L163
Unnecessary optional chain on a non-nullish value
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