Feature/analytics intelligence engine #95
Triggered via pull request
June 6, 2026 20:14
Ritesh2332
synchronize
#133
Status
Failure
Total duration
47s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
21 errors and 7 warnings
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Parameter 'u' implicitly has an 'any' type.
|
|
backend-ci
Parameter 'tm' implicitly has an 'any' type.
|
|
backend-ci
'error' is of type 'unknown'.
|
|
backend-ci
Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.
|
|
backend-ci
Parameter 'tx' implicitly has an 'any' type.
|
|
backend-ci
Module '"@prisma/client"' has no exported member 'TeamRole'.
|
|
backend-ci
Argument of type 'FastifyRequest<{ Params: { username: string; }; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>' is not assignable to parameter of type '{ ip?: string | undefined; headers: Record<string, unknown>; query?: { source?: string | undefined; } | undefined; }'.
|
|
backend-ci
Argument of type 'FastifyRequest<{ Params: { username: string; cardId: string; }; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>' is not assignable to parameter of type '{ ip?: string | undefined; headers: Record<string, unknown>; query?: { source?: string | undefined; } | undefined; }'.
|
|
backend-ci
Argument of type 'FastifyRequest<{ Params: { username: string; }; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>' is not assignable to parameter of type '{ ip?: string | undefined; headers: Record<string, unknown>; query?: { source?: string | undefined; } | undefined; }'.
|
|
backend-ci
Module '"@prisma/client"' has no exported member 'TeamRole'.
|
|
backend-ci:
apps/backend/src/routes/public.ts#L2
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/routes/public.ts#L1
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L215
Invalid type "unknown" of template literal expression
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L109
Invalid type "unknown" of template literal expression
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L104
Invalid type "unknown" of template literal expression
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L94
Invalid type "unknown" of template literal expression
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L88
Invalid type "unknown" of template literal expression
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L3
`../services/authService.js` import should occur before type import of `fastify`
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L2
`../utils/encryption.js` import should occur before type import of `fastify`
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L1
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/services/publicService.ts#L138
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/publicService.ts#L128
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/publicService.ts#L30
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/publicService.ts#L7
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/analytics/trackEvent.ts#L14
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/public.ts#L82
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L17
Missing return type on function
|