Skip to content

Merge pull request #532 from netzbegruenung/test-branch #275

Merge pull request #532 from netzbegruenung/test-branch

Merge pull request #532 from netzbegruenung/test-branch #275

Triggered via push March 7, 2026 23:48
Status Failure
Total duration 5m 24s
Artifacts

ci.yml

on: push
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