This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
chore: regen openapi spec #43
validate-workflow.yml
on: push
Run type checks, lint, and tests
1m 23s
Annotations
10 errors and 1 warning
Run type checks, lint, and tests:
docs/samples/sales-engagement-test.ts#L13
Argument of type '"/verticals/sales-engagement/contacts"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L53
Argument of type '"/sync_configs"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L54
Argument of type '"/customers"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L57
'customers' is of type 'unknown'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L57
Parameter 'c' implicitly has an 'any' type.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L59
Argument of type '"/customers/{customer_id}/connections"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L67
Parameter 'c' implicitly has an 'any' type.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L75
'syncConfigs' is of type 'unknown'.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L76
Parameter 'sc' implicitly has an 'any' type.
|
Run type checks, lint, and tests:
new-pattern/worker/functions.ts#L84
Parameter 'o' implicitly has an 'any' type.
|
Run type checks, lint, and tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|