Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

feat: add create pipeline router #33

feat: add create pipeline router

feat: add create pipeline router #33

Triggered via pull request April 17, 2024 11:05
Status Success
Total duration 4m 43s
Artifacts

validate-workflow.yml

on: pull_request
Run type checks, lint, and tests
4m 34s
Run type checks, lint, and tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/.
Run type checks, lint, and tests: apps/app-config/constants.ts#L1
'@typescript-eslint/prefer-nullish-coalescing' rule is disabled but never reported
Run type checks, lint, and tests: apps/cli/_cli.ts#L41
'@typescript-eslint/no-unsafe-member-access' rule is disabled but never reported
Run type checks, lint, and tests: apps/cli/_cli.ts#L43
Unsafe member access .env on an `any` value
Run type checks, lint, and tests: apps/cli/_cli.ts#L51
Unsafe return of type `any` from function with return type `NonNullable<{ airtable?: {} | undefined; apollo?: {} | undefined; beancount?: {} | undefined; brex?: { oauth?: { clientId: string; clientSecret: string; } | null | undefined; apikeyAuth?: boolean | undefined; } | undefined; ... 35 more ...; yodlee?: { ...; } | undefined; }[T]>`
Run type checks, lint, and tests: apps/cli/_cli.ts#L77
Forbidden non-null assertion
Run type checks, lint, and tests: apps/cli/_cli.ts#L104
Forbidden non-null assertion
Run type checks, lint, and tests: apps/cli/_cli.ts#L106
Forbidden non-null assertion
Run type checks, lint, and tests: apps/cli/_cli.ts#L108
Forbidden non-null assertion
Run type checks, lint, and tests: apps/cli/cli-utils.ts#L122
Unexpected any. Specify a different type
Run type checks, lint, and tests: apps/cli/sync-test-old.ts#L18
Unexpected any. Specify a different type