Add GGT deploy command #2766
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
|