Merge pull request #530 from netzbegruenung/test-branch #271
ci.yml
on: push
Quality Checks
5m 15s
Tests
Matrix: build
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
|