Skip to content

feat(apps/deditor): support sqlite #171

feat(apps/deditor): support sqlite

feat(apps/deditor): support sqlite #171

Triggered via push August 14, 2025 17:21
Status Failure
Total duration 1m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Build Test
Process completed with exit code 2.
Lint: packages/shared/src/types/ipc/databases/remote.ts#L83
Unexpected separator (;)
Lint: packages/shared/src/types/ipc/databases/remote.ts#L82
Unexpected separator (;)
Lint: packages/shared/src/types/ipc/databases/remote.ts#L81
Unexpected separator (;)
Lint: packages/shared/src/types/ipc/databases/remote.ts#L80
Unexpected separator (;)
Lint: packages/shared/src/types/ipc/databases/remote.ts#L79
Unexpected separator (;)
Lint: packages/shared/src/types/ipc/databases/remote.ts#L78
Unexpected separator (;)
Lint: apps/deditor/src/main/ipc/databases/local/sqlite-fs.ts#L27
Unexpected tab character
Lint: apps/deditor/src/main/ipc/databases/local/sqlite-fs.ts#L26
Unexpected tab character
Lint: apps/deditor/src/main/ipc/databases/local/sqlite-fs.ts#L25
Unexpected tab character
Lint: apps/deditor/src/main/ipc/databases/local/sqlite-fs.ts#L24
Unexpected tab character
Type Check
Process completed with exit code 2.
Type Check
Property 'table_name' does not exist on type '{ tableName: string; schema: string | null; } | { tableName: string; schema: undefined; }'. Did you mean 'tableName'?
Type Check
Property 'table_schema' does not exist on type '{ tableName: string; schema: string | null; } | { tableName: string; schema: undefined; }'.