feat: Add vite #3184
ci.yml
on: pull_request
NPM Lock File Version
8s
Check Types
1m 0s
Check Docs
50s
Check Circular Dependencies
49s
Lint
53s
Matrix: build
Annotations
10 errors
Check Types:
types/tests.ts#L6
Unexpected any. Specify a different type
|
Check Types:
types/tests.ts#L12
Unexpected any. Specify a different type
|
Check Types:
types/tests.ts#L18
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
|
Check Types:
types/tests.ts#L19
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
|
Check Types:
types/tests.ts#L24
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
|
Check Types:
types/tests.ts#L38
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
|
Check Types:
types/tests.ts#L70
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
|
Check Types:
types/tests.ts#L94
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
|
Check Types:
types/tests.ts#L94
Promise returned in function argument where a void return was expected
|
Check Types:
types/tests.ts#L95
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
|