feat: implement authentication and developer profile system #115
Triggered via pull request
June 8, 2026 18:22
Kishor0009
opened
#510
Status
Failure
Total duration
51s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
11 errors and 1 warning
|
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
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 2.
|
|
backend-ci
'}' expected.
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L296
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
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/routes/auth.ts#L17
Missing return type on function
|