Skip to content

ci: add ci workflows #1

ci: add ci workflows

ci: add ci workflows #1

Triggered via pull request March 8, 2025 15:45
@Kasper24Kasper24
opened #14
ci
Status Failure
Total duration 40s
Artifacts

pull-request.yml

on: pull_request
quality-checks  /  Typescript
33s
quality-checks / Typescript
quality-checks  /  Lint
0s
quality-checks / Lint
quality-checks  /  Format
0s
quality-checks / Format
quality-checks  /  Test
0s
quality-checks / Test
quality-checks  /  Build
0s
quality-checks / Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
quality-checks / Typescript
Process completed with exit code 2.
quality-checks / Typescript
@repo/database#lint:types: command (/home/runner/work/echo/echo/packages/database) /usr/local/bin/npm run lint:types exited (2)
quality-checks / Typescript
Argument of type '[{ schema: typeof import("/home/runner/work/echo/echo/packages/database/src/schema/index"); connection: { host: string | undefined; port: string | undefined; database: string | undefined; user: string | undefined; password: string | undefined; ssl: true; }; }]' is not assignable to parameter of type '[string | NodePgClient] | [string | NodePgClient, DrizzleConfig<typeof import("/home/runner/work/echo/echo/packages/database/src/schema/index")>] | [...]'.
quality-checks / Typescript
Argument of type '{ out: string; schema: string; dialect: "postgresql"; dbCredentials: { host: string | undefined; port: string | undefined; database: string | undefined; user: string | undefined; password: string | undefined; }; }' is not assignable to parameter of type 'Config'.