Skip to content

Add GGT deploy command #2766

Add GGT deploy command

Add GGT deploy command #2766

Triggered via pull request December 1, 2023 15:27
@jcao49jcao49
synchronize #1024
ggt_deploy_v2
Status Failure
Total duration 47s
Artifacts

ci.yml

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

Annotations

6 errors and 10 warnings
test (ubuntu-latest)
Process completed with exit code 1.
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
test (macos-latest)
The operation was canceled.
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
test (windows-latest)
The operation was canceled.
lint
Process completed with exit code 1.
lint: src/commands/deploy.ts#L146
Promise-returning function provided to property where a void return was expected
lint: src/commands/deploy.ts#L146
Async method 'next' has no 'await' expression
lint: src/commands/deploy.ts#L154
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: src/commands/deploy.ts#L184
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: src/commands/deploy.ts#L185
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: src/commands/deploy.ts#L186
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: src/commands/deploy.ts#L207
Strings must use doublequote
lint: src/commands/deploy.ts#L221
Strings must use doublequote
lint: src/commands/deploy.ts#L247
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: src/commands/deploy.ts#L266
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator