Skip to content

chore: Fix build check #252

chore: Fix build check

chore: Fix build check #252

Triggered via pull request December 5, 2023 05:41
Status Failure
Total duration 2m 3s
Artifacts
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
Lint and build check
Verify environment variables are on dev and prod
1m 14s
Verify environment variables are on dev and prod
Fit to window
Zoom out
Zoom in

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.