fix(auth): persist provider connection state for Google OAuth #110
Triggered via pull request
June 8, 2026 14:31
VIDYANKSHINI
opened
#508
Status
Failure
Total duration
51s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
11 errors and 2 warnings
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L271
'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/__tests__/auth.test.ts#L5
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/__tests__/auth.test.ts#L4
`@fastify/cookie` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/__tests__/auth.test.ts#L4
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/__tests__/auth.test.ts#L3
`@fastify/jwt` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/__tests__/auth.test.ts#L2
`fastify` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L17
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/auth.test.ts#L28
Missing return type on function
|