Merge pull request #36 from Kasper24/backend-improvements #29
deploy.yml
on: push
quality-checks
/
Lint Types
32s
quality-checks
/
Lint
32s
quality-checks
/
Format
28s
quality-checks
/
Test
44s
quality-checks
/
Build
0s
Annotations
8 errors and 7 warnings
|
quality-checks / Format
Process completed with exit code 1.
|
|
quality-checks / Lint
Process completed with exit code 1.
|
|
quality-checks / Lint
backend#lint:check: command (/home/runner/work/echo/echo/apps/backend) /usr/local/bin/npm run lint:check exited (1)
|
|
quality-checks / Lint Types
Process completed with exit code 2.
|
|
quality-checks / Lint Types
frontend#lint:types: command (/home/runner/work/echo/echo/apps/frontend) /usr/local/bin/npm run lint:types exited (2)
|
|
quality-checks / Lint Types
Cannot find module '@repo/logger' or its corresponding type declarations.
|
|
quality-checks / Test
Process completed with exit code 1.
|
|
quality-checks / Test
backend#test: command (/home/runner/work/echo/echo/apps/backend) /usr/local/bin/npm run test exited (1)
|
|
quality-checks / Lint:
apps/backend/src/modules/chat/chat.service.ts#L1
'exists' is defined but never used
|
|
quality-checks / Lint:
apps/backend/src/modules/auth/auth.controller.ts#L58
JWT_ACCESS_TOKEN_COOKIE_KEY is not listed as a dependency in the root turbo.json or workspace () turbo.json
|
|
quality-checks / Lint:
apps/backend/src/modules/auth/auth.controller.ts#L50
JWT_ACCESS_TOKEN_MAX_AGE is not listed as a dependency in the root turbo.json or workspace () turbo.json
|
|
quality-checks / Lint:
apps/backend/src/modules/auth/auth.controller.ts#L46
JWT_ACCESS_TOKEN_COOKIE_KEY is not listed as a dependency in the root turbo.json or workspace () turbo.json
|
|
quality-checks / Lint:
apps/backend/src/modules/auth/auth.controller.ts#L32
JWT_ACCESS_TOKEN_MAX_AGE is not listed as a dependency in the root turbo.json or workspace () turbo.json
|
|
quality-checks / Lint:
apps/backend/src/modules/auth/auth.controller.ts#L28
JWT_ACCESS_TOKEN_COOKIE_KEY is not listed as a dependency in the root turbo.json or workspace () turbo.json
|
|
quality-checks / Lint:
apps/backend/src/middlewares/error.ts#L9
'next' is defined but never used
|