ci: add ci workflows #1
pull-request.yml
on: pull_request
quality-checks
/
Typescript
33s
quality-checks
/
Build
0s
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'.
|