fix: remove github_follow token when disconnecting github account #142
Triggered via pull request
June 9, 2026 12:12
anirudhagarwal-dev
opened
#529
Status
Failure
Total duration
46s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
14 errors and 2 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
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L33
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L2
Prefer `node:crypto` over `crypto`
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L2
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L1
`fastify` type import should occur after import of `../utils/encryption.js`
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L1
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L40
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L4
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L3
`@fastify/jwt` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L3
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L2
`fastify` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L25
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L31
Missing return type on function
|