Skip to content

Merge pull request #199 from david87131/feat/issues-173-172-171-163 #162

Merge pull request #199 from david87131/feat/issues-173-172-171-163

Merge pull request #199 from david87131/feat/issues-173-172-171-163 #162

Triggered via push July 29, 2026 08:56
Status Failure
Total duration 24s
Artifacts

ci.yml

on: push
Lint & Typecheck
20s
Lint & Typecheck
Test
Test
Docker Build
Docker Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Lint & Typecheck
Process completed with exit code 1.
Lint & Typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint & Typecheck: src/modules/quizzes/quiz.service.ts#L268
'proof' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Typecheck: src/modules/quizzes/quiz.service.ts#L18
'QuizQuestion' is defined but never used. Allowed unused vars must match /^_/u
Lint & Typecheck: src/middleware/validation.ts#L41
Unexpected any. Specify a different type
Lint & Typecheck: src/middleware/validation.ts#L32
Unexpected any. Specify a different type
Lint & Typecheck: src/middleware/response-envelope.ts#L13
Unexpected any. Specify a different type
Lint & Typecheck: src/middleware/rate-limit.ts#L51
Unexpected any. Specify a different type
Lint & Typecheck: src/middleware/rate-limit.ts#L20
Unexpected any. Specify a different type
Lint & Typecheck: src/middleware/idempotency.ts#L3
'and' is defined but never used. Allowed unused vars must match /^_/u
Lint & Typecheck: src/database/seed.ts#L53
'course3' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Typecheck: src/config/index.ts#L92
Unexpected any. Specify a different type