Skip to content

fix: canvas auto-save, docs updated_at, error logging #270

fix: canvas auto-save, docs updated_at, error logging

fix: canvas auto-save, docs updated_at, error logging #270

Triggered via pull request March 7, 2026 23:03
@MovmMovm
synchronize #530
test-branch
Status Failure
Total duration 5m 13s
Artifacts

ci.yml

on: pull_request
Quality Checks
5m 9s
Quality Checks
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Quality Checks
Process completed with exit code 1.
Quality Checks
@gruenerator/web#lint: command (/home/runner/work/Gruenerator/Gruenerator/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
Quality Checks: packages/shared/src/components/EditorTopBar/EditorTopBar.tsx#L46
Unexpected console statement. Only these console methods are allowed: warn, error
Quality Checks: packages/shared/src/canvas-editor/hooks/useCanvasLayers.ts#L8
'ShapeLayer' is defined but never used. Allowed unused vars must match /^_/u
Quality Checks: packages/shared/src/canvas-editor/hooks/useCanvasLayers.ts#L8
'TextLayer' is defined but never used. Allowed unused vars must match /^_/u
Quality Checks: packages/shared/src/canvas-editor/hooks/useCanvasLayers.ts#L8
'ImageLayer' is defined but never used. Allowed unused vars must match /^_/u
Quality Checks: packages/shared/src/canvas-editor/hooks/useCanvasLayers.ts#L6
'useMemo' is defined but never used. Allowed unused vars must match /^_/u
Quality Checks: apps/gruen-o-mat/src/components/GruenOMatAssistantMessage.tsx#L63
Unexpected any. Specify a different type
Quality Checks: services/hocuspocus/src/server.ts#L108
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Quality Checks: services/hocuspocus/src/server.ts#L34
Unexpected any. Specify a different type
Quality Checks: services/hocuspocus/src/main.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Quality Checks: services/mcp/src/tools/search.ts#L40
'useCache' is defined but never used. Allowed unused args must match /^_/u