Skip to content

[BE-03/BE-04/BE-06/BE-07] Fix health route, BullMQ, S3, Nodemailer #614

[BE-03/BE-04/BE-06/BE-07] Fix health route, BullMQ, S3, Nodemailer

[BE-03/BE-04/BE-06/BE-07] Fix health route, BullMQ, S3, Nodemailer #614

Triggered via pull request June 26, 2026 09:53
Status Failure
Total duration 30s
Artifacts

CI.yaml

on: pull_request
Format Check
7s
Format Check
Clippy Lint
14s
Clippy Lint
Test Suite
18s
Test Suite
Build Check
18s
Build Check
Build WASM
17s
Build WASM
Backend (NestJS)
26s
Backend (NestJS)
Frontend (Next.js)
26s
Frontend (Next.js)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 12 warnings
Backend (NestJS): backend/src/categories/categories.controller.ts#L29
'body' is defined but never used
Backend (NestJS): backend/src/categories/categories.controller.ts#L8
'Delete' is defined but never used
Backend (NestJS): backend/src/categories/categories.controller.ts#L7
'Param' is defined but never used
Backend (NestJS): backend/src/categories/categories.controller.ts#L6
'Put' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L13
'secret' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L11
'secret' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L7
'token' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L7
'secret' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L5
'otpauthUrl' is defined but never used
Backend (NestJS): backend/src/auth/providers/two-factor.provider.ts#L3
'email' is defined but never used
Frontend (Next.js)
Process completed with exit code 1.
Format Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy Lint
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build WASM
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test Suite
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Check
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend (NestJS)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: 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/
Frontend (Next.js)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: 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/
Frontend (Next.js): frontend/hooks/useWebSocket.ts#L171
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
Frontend (Next.js): frontend/hooks/useWebSocket.ts#L166
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
Frontend (Next.js): frontend/hooks/useWebSocket.ts#L159
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
Frontend (Next.js): frontend/hooks/useWebSocket.ts#L85
React Hook useCallback has an unnecessary dependency: 'options.userId'. Either exclude it or remove the dependency array
Frontend (Next.js): frontend/components/ui/command-palette.tsx#L92
The 'results' array makes the dependencies of useCallback Hook (at line 125) change on every render. To fix this, wrap the initialization of 'results' in its own useMemo() Hook