Skip to content

Feature/#811 create base structure #786

Feature/#811 create base structure

Feature/#811 create base structure #786

Triggered via pull request April 16, 2026 12:23
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
unit-tests
Process completed with exit code 1.
unit-tests
@lemoncode/web#build: command (/home/runner/work/quickmock/quickmock/apps/web) /opt/hostedtoolcache/node/24.14.1/x64/bin/npm run build exited (1)
e2e-tests
Process completed with exit code 1.
e2e-tests
@lemoncode/web#build: command (/home/runner/work/quickmock/quickmock/apps/web) /opt/hostedtoolcache/node/24.14.1/x64/bin/npm run build exited (1)
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/common/components/shapes/use-shape-props.hook.ts#L16
React Hook useMemo has a missing dependency: 'defaultStyleShape.DEFAULT_FILL_BACKGROUND'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/common/components/shapes/use-shape-props.hook.ts#L10
React Hook useMemo has a missing dependency: 'defaultStyleShape.DEFAULT_STROKE_COLOR'
typescript-eslint(no-explicit-any): apps/web/src/core/model/index.ts#L174
Unexpected `any`. Specify a different type.