chore: Fix build check #252
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-checks.yml
on: pull_request
Lint and build check
1m 51s
Verify environment variables are on dev and prod
1m 14s
Annotations
6 errors
Lint and build check
@vessel/nextjs#typecheck: command (/home/runner/work/pager/pager/apps/nextjs) pnpm run typecheck exited (1)
|
Lint and build check
Type '{ property: string; order: "desc" | "asc" | undefined; }[]' is not assignable to type '{ property: "title" | "status" | "createdAt" | "assignedToId"; order?: "desc" | "asc" | undefined; }[]'.
|
Lint and build check
Type '({ property: string; value: string[]; condition: string; } | { property: string; value: string | undefined; condition: string; })[]' is not assignable to type '({ property: "status"; value: ("ACKED" | "OPEN" | "CLOSED")[]; condition: "IS" | "IS_NOT"; } | { property: "title"; value: string; condition: "CONTAINS"; } | { property: "assignedToId"; value: string; condition: "IS"; })[]'.
|
Lint and build check
Type 'string | null | undefined' is not assignable to type '`v_user_${string}` | null | undefined'.
|
Lint and build check
Property 'PORT' does not exist on type 'Readonly<{ DATABASE_URL: string; DATABASE_SECRET_STORE_KEY: string; CLERK_SECRET_KEY: string; AWS_SNS_TOPIC_ALERT_ARN: string; AWS_SFN_ALERT_PAGE_ARN: string; TWILIO_ACCOUNT_SID: string; TWILIO_AUTH_TOKEN: string; ... 12 more ...; VERCEL_URL: string; }>'.
|
Lint and build check
Process completed with exit code 1.
|