Skip to content

feat: add bookmark widget #2553

feat: add bookmark widget

feat: add bookmark widget #2553

Triggered via pull request August 10, 2024 11:14
Status Failure
Total duration 2m 24s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
format
@homarr/definitions#format: command (/home/runner/work/homarr/homarr/packages/definitions) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@homarr/translation#format: command (/home/runner/work/homarr/homarr/packages/translation) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@homarr/widgets#format: command (/home/runner/work/homarr/homarr/packages/widgets) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
Process completed with exit code 1.
packages/integrations/test/home-assistant.spec.ts > Home Assistant integration > Test connection should work: packages/integrations/test/home-assistant.spec.ts#L26
AssertionError: promise rejected "Error: Checking integration connection fa… { …(3) }" instead of resolving ❯ packages/integrations/test/home-assistant.spec.ts:26:28 Caused by: Caused by: Error: Checking integration connection failed ❯ throwErrorByStatusCode packages/integrations/src/base/integration.ts:102:13 ❯ HomeAssistantIntegration.handleTestConnectionResponseAsync packages/integrations/src/base/integration.ts:77:7 ❯ HomeAssistantIntegration.testConnectionAsync packages/integrations/src/homeassistant/homeassistant-integration.ts:61:5 ❯ actAsync packages/integrations/test/home-assistant.spec.ts:23:34 ❯ packages/integrations/test/home-assistant.spec.ts:26:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { flattenResult: { key: 'unauthorized', message: undefined }, key: 'unauthorized', detailMessage: undefined, flatten: 'Function<flatten>' }
test
Process completed with exit code 1.
typecheck
Type 'string | number | boolean | string[] | never[] | OptionLocation | undefined' is not assignable to type 'ReactNode'.
typecheck
Type '{ type: "orderedObjectList"; defaultValue: never[]; itemComponent: ((item: BookmarkItem) => React.ReactNode) | null; }' is not assignable to type 'WidgetOptionDefinition'.
typecheck
@homarr/cron-jobs#typecheck: command (/home/runner/work/homarr/homarr/packages/cron-jobs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: packages/widgets/src/_inputs/widget-ordered-object-list-input.tsx#L3
'property' is defined but never used. Allowed unused args must match /^_/u
lint: packages/widgets/src/_inputs/widget-ordered-object-list-input.tsx#L3
'kind' is defined but never used. Allowed unused args must match /^_/u
lint
@homarr/widgets#lint: command (/home/runner/work/homarr/homarr/packages/widgets) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
Process completed with exit code 1.
lint: packages/widgets/src/options.ts#L8
All imports in the declaration are only used as types. Use `import type`