This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
feat: ✨ add study room scraper and availability endpoint #515
check-typescript.yml
on: pull_request
Check for TypeScript errors
24s
Annotations
9 errors and 1 warning
Check for TypeScript errors:
apps/api/src/lib/utils.ts#L9
Module '"@peterportal-api/types"' has no exported member 'StudyRoom'.
|
Check for TypeScript errors:
apps/api/src/routes/v1/rest/studyRooms/lib.ts#L3
Module '"packages/types"' has no exported member 'TimeSlot'.
|
Check for TypeScript errors:
apps/api/src/routes/v1/rest/studyRooms/lib.ts#L3
Module '"packages/types"' has no exported member 'StudyLocation'.
|
Check for TypeScript errors:
packages/types/index.ts#L9
Cannot find module './types/studyRoom' or its corresponding type declarations.
|
Check for TypeScript errors:
tools/study-room-scraper/src/index.ts#L2
Module '"@peterportal-api/types"' has no exported member 'StudyLocation'.
|
Check for TypeScript errors:
tools/study-room-scraper/src/index.ts#L17
Parameter 'room' implicitly has an 'any' type.
|
Check for TypeScript errors:
tools/study-room-scraper/src/study-room-scraper.ts#L1
Module '"@peterportal-api/types"' has no exported member 'StudyRoom'.
|
Check for TypeScript errors:
tools/study-room-scraper/src/study-room-scraper.ts#L1
Module '"@peterportal-api/types"' has no exported member 'StudyLocation'.
|
Check for TypeScript errors
Process completed with exit code 2.
|
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/.
|