Feat/uat configured #265
Triggered via pull request
June 18, 2026 11:22
ShantKhatri
opened
#600
Status
Failure
Total duration
54s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
19 errors and 5 warnings
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 2.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci:
apps/backend/src/routes/event.ts#L83
'finalSlug' is never reassigned. Use 'const' instead
|
|
backend-ci:
apps/backend/src/routes/event.ts#L65
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/event.ts#L4
`../utils/slug.js` import should occur before type import of `fastify`
|
|
backend-ci:
apps/backend/src/routes/event.ts#L2
'joinEventSchema' is defined but never used. Allowed unused vars must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/event.ts#L2
`../validations/event.validation.js` import should occur before type import of `fastify`
|
|
backend-ci:
apps/backend/src/routes/event.ts#L2
There should be no empty line within import group
|
|
backend-ci:
apps/backend/src/routes/event.ts#L1
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/env.ts#L3
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/env.ts#L2
`node:path` import should occur before import of `node:process`
|
|
backend-ci:
apps/backend/src/env.ts#L1
Unexpected use of 'require("process")'. Use the global variable 'process' instead
|
|
backend-ci:
apps/backend/src/routes/team.ts#L27
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/team.ts#L10
'PublicProfile' is an 'error' type that acts as 'any' and overrides all other types in this intersection type
|
|
backend-ci:
apps/backend/src/routes/profiles.ts#L24
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/event.ts#L60
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/cards.ts#L72
'Card' is an 'error' type that acts as 'any' and overrides all other types in this union type
|