fix: add ci for test, lint, format and typecheck #5
Annotations
6 errors
linter, formatters and unit tests / ubuntu-22.04:
packages/shared/src/MessageProxy.ts#L71
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
|
linter, formatters and unit tests / ubuntu-22.04:
packages/shared/src/MessageProxy.ts#L78
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
|
linter, formatters and unit tests / ubuntu-22.04
Process completed with exit code 1.
|
linter, formatters and unit tests / windows-2022:
packages/shared/src/MessageProxy.ts#L71
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
|
linter, formatters and unit tests / windows-2022:
packages/shared/src/MessageProxy.ts#L78
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
|
linter, formatters and unit tests / windows-2022
Process completed with exit code 1.
|