Skip to content

User Onboarding Flow #128

User Onboarding Flow

User Onboarding Flow #128

Triggered via pull request February 1, 2025 16:40
@banushi-abanushi-a
synchronize #90
onboarding
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
typecheck
Type '{ userId: string; closeDialog: () => void; profile: (TRPCHookResult & QueryObserverRefetchErrorResult<{ id: string; userId: string; createdAt: Date; updatedAt: Date | null; firstName: string; ... 4 more ...; graduationMonth: number; } | undefined, TRPCClientErrorLike<...>>) | (TRPCHookResult & QueryObserverSuccessRe...' is not assignable to type 'IntrinsicAttributes & OnboardingFormProps'.
typecheck
@cooper/web#typecheck: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: apps/web/src/app/_components/onboarding/onboarding-form.tsx#L70
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: apps/web/src/app/_components/onboarding/onboarding-form.tsx#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint
@cooper/web#lint: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
Process completed with exit code 1.
lint: apps/web/src/app/_components/onboarding/onboarding-form.tsx#L6
All imports in the declaration are only used as types. Use `import type`