Skip to content

Feat: Teams List Page, Schedules List Page, Seed Scripts, and more fixes #254

Feat: Teams List Page, Schedules List Page, Seed Scripts, and more fixes

Feat: Teams List Page, Schedules List Page, Seed Scripts, and more fixes #254

Triggered via pull request December 5, 2023 18:08
Status Failure
Total duration 2m 10s
Artifacts

pr-checks.yml

on: pull_request
Lint and build check
1m 56s
Lint and build check
Verify environment variables are on dev and prod
1m 24s
Verify environment variables are on dev and prod
Fit to window
Zoom out
Zoom in

Annotations

9 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: "asc" | "desc" | undefined; }[]' is not assignable to type '{ property: "createdAt" | "status" | "title" | "assignedToId"; order?: "asc" | "desc" | undefined; }[]'.
Lint and build check
Type '({ property: string; value: string[]; condition: string; } | { property: string; value: string | undefined; condition: string; })[]' is not assignable to type '({ value: ("ACKED" | "OPEN" | "CLOSED")[]; property: "status"; condition: "IS" | "IS_NOT"; } | { value: string; property: "title"; condition: "CONTAINS"; } | { value: string; property: "assignedToId"; condition: "IS"; })[]'.
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
Type 'Element[]' is missing the following properties from type 'ReactElement<any, string | JSXElementConstructor<any>>': type, props, key
Lint and build check
Type 'Element[]' is not assignable to type 'ReactElement<any, string | JSXElementConstructor<any>>'.
Lint and build check
Type 'undefined' is not assignable to type 'ReactElement<any, string | JSXElementConstructor<any>>'.
Lint and build check
Type 'Element[]' is not assignable to type 'ReactElement<any, string | JSXElementConstructor<any>>'.
Lint and build check
Process completed with exit code 1.