Skip to content

Fix/eslint

Fix/eslint #90

Triggered via pull request September 17, 2024 15:27
@unewMeunewMe
synchronize #57
fix/eslint
Status Failure
Total duration 1m 25s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint
Process completed with exit code 1.
lint: src/app/api/data/[facultyId]/route.ts#L43
Type '(_request: Request, { params }: { params: { facultyId: string; }; }) => Promise<NextResponse<{ registrations: { registration: Registration; courses: { course: { id: string; name: string; }; groups: { ...; }[]; }[]; }[]; }> | NextResponse<...>>' does not satisfy the constraint '(...args: unknown[]) => NextResponse<unknown> | Promise<NextResponse<unknown>>'.
lint
Process completed with exit code 2.
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/