This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
feat: ✨ add calendar scraper and dump endpoint #456
check-typescript.yml
on: pull_request
Check for TypeScript errors
29s
Annotations
9 errors and 1 warning
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L140
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L147
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L155
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L164
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L168
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
libs/uc-irvine-lib/src/registrar/index.ts#L169
Argument of type 'Record<string, Partial<QuarterDates>>' is not assignable to parameter of type 'Record<string, Partial<QuarterDates & { [p: string]: Date; }>>'.
|
Check for TypeScript errors:
services/calendar-scraper/src/index.ts#L2
Cannot find module '@libs/uc-irvine-api/registrar' or its corresponding type declarations.
|
Check for TypeScript errors:
services/calendar-scraper/src/index.ts#L20
Spread types may only be created from object types.
|
Check for TypeScript errors
Process completed with exit code 1.
|
Check for TypeScript errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|