Skip to content

feat(shared): add unified DeepLinkResolver with polymorphic fallback chain #81

feat(shared): add unified DeepLinkResolver with polymorphic fallback chain

feat(shared): add unified DeepLinkResolver with polymorphic fallback chain #81

Triggered via pull request June 6, 2026 07:03
@ItzzavdheshhItzzavdheshh
synchronize #415
Status Failure
Total duration 52s
Artifacts

ci.yml

on: pull_request_target
detect-changes
7s
detect-changes
comment-results
5s
comment-results
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 10 warnings
web-ci
Process completed with exit code 1.
web-ci
Process completed with exit code 1.
web-ci: apps/web/src/lib/theme.tsx#L43
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
mobile-ci
Process completed with exit code 1.
mobile-ci
Process completed with exit code 1.
backend-ci
Process completed with exit code 1.
backend-ci
Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.
backend-ci
Parameter 'link' implicitly has an 'any' type.
backend-ci
Parameter 'm' implicitly has an 'any' type.
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
Module '"@prisma/client"' has no exported member 'TeamRole'.
backend-ci
Process completed with exit code 1.
src/__tests__/team.test.ts: apps/backend/src/__tests__/team.test.ts#L60
TypeError: Cannot read properties of undefined (reading 'OWNER') ❯ src/__tests__/team.test.ts:60:22
src/__tests__/app.test.ts > GET /health > should return status ok: apps/backend/src/utils/validateEnv.ts#L75
Error: process.exit unexpectedly called with "1" ❯ Module.validateEnv src/utils/validateEnv.ts:75:11 ❯ Module.buildApp src/app.ts:33:3 ❯ src/__tests__/app.test.ts:9:23
backend-ci: apps/backend/src/routes/auth.ts#L261
'e' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/routes/analytics.ts#L100
'e' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/routes/analytics.ts#L15
'e' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/plugins/redis.ts#L21
'error' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/env.ts#L2
'process' is defined but never used. Allowed unused vars must match /^_/u
backend-ci: apps/backend/src/env.ts#L2
Unexpected use of 'require("process")'. Use the global variable 'process' instead
backend-ci: apps/backend/src/app.ts#L96
'error' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/app.ts#L10
'fastifyStatic' is defined but never used. Allowed unused vars must match /^_/u
backend-ci: apps/backend/src/__tests__/oauth-scope.test.ts#L60
Assignment to property of function parameter 'req'
backend-ci: apps/backend/src/__tests__/oauth-scope.test.ts#L50
Assignment to property of function parameter 'req'
backend-ci: apps/backend/src/routes/follow.ts#L9
Missing return type on function
backend-ci: apps/backend/src/routes/event.ts#L61
Missing return type on function
backend-ci: apps/backend/src/routes/connect.ts#L27
Missing return type on function
backend-ci: apps/backend/src/routes/auth.ts#L18
Missing return type on function
backend-ci: apps/backend/src/__tests__/team.test.ts#L120
Missing return type on function
backend-ci: apps/backend/src/__tests__/public.test.ts#L55
Missing return type on function
backend-ci: apps/backend/src/__tests__/oauth-scope.test.ts#L57
Missing return type on function
backend-ci: apps/backend/src/__tests__/oauth-scope.test.ts#L47
Missing return type on function
backend-ci: apps/backend/src/__tests__/event.test.ts#L490
Missing return type on function
backend-ci: apps/backend/src/__tests__/event.test.ts#L100
Missing return type on function