Skip to content

Basic product Scroll and Filtering #4

Basic product Scroll and Filtering

Basic product Scroll and Filtering #4

Triggered via push November 17, 2023 23:14
Status Failure
Total duration 1m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
build-lint
57s
build-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
build-lint
@acme/nextjs#type-check: command (/home/runner/work/ecommerce/ecommerce/apps/nextjs) pnpm run type-check exited (1)
build-lint
Type '{ category: { id: number; } | null; } & { id: number; name: string; description: string | null; price: Decimal; stock: Decimal; image_url: string | null; categoryId: number | null; }' is not assignable to type 'Key | null | undefined'.
build-lint
Type '{ category: { id: number; } | null; } & { id: number; name: string; description: string | null; price: Decimal; stock: Decimal; image_url: string | null; categoryId: number | null; }' is not assignable to type 'ReactNode'.
build-lint
Process completed with exit code 1.
build-lint: apps/expo/app.config.ts#L6
'_ctx' is defined but never used
build-lint: apps/expo/src/components/SignInWithOAuth.tsx#L13
'signIn' is assigned a value but never used
build-lint: apps/expo/src/components/SignInWithOAuth.tsx#L13
'signUp' is assigned a value but never used