Skip to content

ughhhh

ughhhh #300

Triggered via push November 23, 2023 19:43
Status Failure
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tsc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tsc: src/pages/api/auth/[...nextauth].ts#L1
Cannot find module 'next-auth' or its corresponding type declarations.
tsc: src/pages/api/auth/[...nextauth].ts#L1
Cannot find module 'next-auth/next' or its corresponding type declarations.
tsc: src/pages/api/auth/[...nextauth].ts#L1
Cannot find module 'next-auth/providers/credentials' or its corresponding type declarations.
tsc: src/pages/api/auth/[...nextauth].ts#L1
Parameter 'credentials' implicitly has an 'any' type.
tsc: src/pages/api/auth/[...nextauth].ts#L1
Parameter 'req' implicitly has an 'any' type.
tsc: src/pages/api/auth/attendance.ts#L1
Cannot find module 'zod' or its corresponding type declarations.
tsc: src/pages/api/auth/attendance.ts#L1
Cannot find module '../types/types' or its corresponding type declarations.
tsc: src/pages/api/auth/attendance.ts#L1
Cannot find module '../utils' or its corresponding type declarations.
tsc: src/pages/api/auth/attendance.ts#L1
Cannot find module '../controllers/attendanceController' or its corresponding type declarations.
tsc: src/pages/api/auth/event.ts#L1
Cannot find module '../controllers/eventController' or its corresponding type declarations.
tsc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/