Skip to content
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

feat: ✨ add calendar scraper and dump endpoint

feat: ✨ add calendar scraper and dump endpoint #456

Triggered via pull request February 17, 2024 22:46
Status Failure
Total duration 39s
Artifacts

check-typescript.yml

on: pull_request
Check for TypeScript errors
29s
Check for TypeScript errors
Fit to window
Zoom out
Zoom in

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/.