Fix fix fix #95
Triggered via pull request
September 18, 2024 20:31
Status
Failure
Total duration
1m 28s
Artifacts
–
Annotations
13 errors and 1 warning
lint
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
lint:
src/app/api/data/[facultyId]/route.ts#L16
Cannot find name 'service'.
|
lint:
src/app/api/data/[facultyId]/route.ts#L16
Parameter 'r' implicitly has an 'any' type.
|
lint:
src/app/api/data/[facultyId]/route.ts#L19
Parameter 'c' implicitly has an 'any' type.
|
lint:
src/app/api/data/[facultyId]/route.ts#L20
Cannot find name 'service'.
|
lint:
src/app/api/data/[facultyId]/route.ts#L21
Cannot find name 'service'.
|
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/createplan/[id].tsx#L154
Parameter 'r' implicitly has an 'any' type.
|
lint:
src/pages/app/createplan/[id].tsx#L157
Parameter 'c' implicitly has an 'any' type.
|
lint:
src/pages/app/createplan/[id].tsx#L164
Parameter 'g' implicitly has an 'any' type.
|
lint:
src/pages/app/createplan/[id].tsx#L197
Parameter 'r' implicitly has an 'any' type.
|
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/
|