Skip to content

Fix fix fix

Fix fix fix #101

Triggered via pull request September 19, 2024 16:43
@Rei-xRei-x
synchronize #55
fix-fix-fix
Status Failure
Total duration 1m 22s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint
Process completed with exit code 1.
lint
Process completed with exit code 1.
lint: src/components/ReadonlyClassSchedule.tsx#L69
Property 'group' is missing in type '{ startTime: string; endTime: string; groupId: string; groupNumber: string; courseId: string; courseName: string; lecturer: string; day: Day; week: "" | "TN" | "TP"; courseType: "C" | "L" | "P" | "S" | "W"; registrationId: string; key: number; }' but required in type '{ startTime: string; endTime: string; group: string; courseName: string; lecturer: string; week: "" | "TN" | "TP"; courseType: "C" | "L" | "P" | "S" | "W"; }'.
lint: src/pages/app/preview/[id].tsx#L37
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
lint: src/pages/app/preview/[id].tsx#L37
Parameter 'group' implicitly has an 'any' type.
lint: src/pages/app/preview/[id].tsx#L42
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
lint: src/pages/app/preview/[id].tsx#L54
Object literal may only specify known properties, and 'groups' does not exist in type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; } | ((prev: { id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }) => unique symbol | { ...; })'.
lint: src/pages/app/preview/[id].tsx#L54
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
lint
Process completed with exit code 2.
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/