Skip to content

feat: implement GitHub platform auto-discovery from GitHub API #105

feat: implement GitHub platform auto-discovery from GitHub API

feat: implement GitHub platform auto-discovery from GitHub API #105

Triggered via pull request June 8, 2026 01:49
Status Failure
Total duration 45s
Artifacts

ci.yml

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

Annotations

13 errors and 5 warnings
backend-ci
Process completed with exit code 1.
backend-ci
Process completed with exit code 2.
backend-ci
Argument of type '{ platform: string; username: string; confidence: string; }' is not assignable to parameter of type '{ platform: string; username: string; confidence: "high" | "low"; }'.
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/error.util.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#L41
'err' is defined but never used. Allowed unused caught errors must match /^_/u
backend-ci: apps/backend/src/__tests__/connect.test.ts#L6
`../utils/encryption.js` import should occur before type import of `@prisma/client`
backend-ci: apps/backend/src/__tests__/connect.test.ts#L5
There should be at least one empty line between import groups
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#L336
Missing return type on function
backend-ci: apps/backend/src/routes/connect.ts#L307
Missing return type on function
backend-ci: apps/backend/src/routes/connect.ts#L27
Missing return type on function
backend-ci: apps/backend/src/__tests__/connect.test.ts#L51
Missing return type on function
backend-ci: apps/backend/src/__tests__/connect.test.ts#L32
Missing return type on function