Skip to content

feature/lisasiliu/add-programs-form-backend-route #30

feature/lisasiliu/add-programs-form-backend-route

feature/lisasiliu/add-programs-form-backend-route #30

Re-run triggered January 30, 2024 18:21
Status Failure
Total duration 28s
Artifacts

lint-check.yml

on: pull_request
Backend lint and style check
15s
Backend lint and style check
Frontend lint and style check
38s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Backend lint and style check: backend/src/controllers/program-form.ts#L63
Unsafe assignment of an `any` value
Backend lint and style check: backend/src/controllers/program-form.ts#L63
Unsafe call of an `any` typed value
Backend lint and style check: backend/src/controllers/program-form.ts#L68
Unsafe call of an `any` typed value
Backend lint and style check: backend/src/controllers/program-form.ts#L68
Unsafe member access .isEmpty on an `any` value
Backend lint and style check: backend/src/controllers/program-form.ts#L71
Unsafe call of an `any` typed value
Backend lint and style check: backend/src/controllers/program-form.ts#L71
Unsafe member access .array on an `any` value
Backend lint and style check: backend/src/controllers/program-form.ts#L72
Unsafe member access .msg on an `any` value
Backend lint and style check: backend/src/util/validationErrorParser.ts#L12
Unsafe call of an `any` typed value
Backend lint and style check: backend/src/util/validationErrorParser.ts#L12
Unsafe member access .isEmpty on an `any` value
Backend lint and style check: backend/src/util/validationErrorParser.ts#L16
Unsafe call of an `any` typed value
Backend lint and style check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Backend lint and style check: backend/src/controllers/program-form.ts#L62
Promise-returning function provided to variable where a void return was expected