Skip to content

feat: Attempt to use elk to layout graph. Add custom connections #122

feat: Attempt to use elk to layout graph. Add custom connections

feat: Attempt to use elk to layout graph. Add custom connections #122

Triggered via pull request December 9, 2024 23:47
@draedfuldraedful
synchronize #30
elk-example
Status Failure
Total duration 37s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
Verify Files: src/store/settings.ts#L5
There should be at least one empty line between import groups
Verify Files: src/store/settings.ts#L5
`./index` import should occur after import of `./connection/ConnectionState`
Verify Files: src/store/settings.ts#L6
'BaseConnection' is defined but never used. Allowed unused vars must match /^_/u
Verify Files: src/store/settings.ts#L7
There should be at least one empty line between import groups
Verify Files: src/stories/configurations/generatePretty.ts#L3
'random' is defined but never used. Allowed unused vars must match /^_/u
Verify Files: src/stories/configurations/generatePretty.ts#L31
'dashedLine' is assigned a value but never used. Allowed unused vars must match /^_/u
Verify Files
Process completed with exit code 1.
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Verify Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Verify Files: src/components/canvas/EventedComponent/EventedComponent.ts#L59
Expected return with your callback function
Verify Files: src/components/canvas/anchors/index.ts#L50
Unexpected any. Specify a different type
Verify Files: src/components/canvas/blocks/Blocks.ts#L17
Unexpected any. Specify a different type
Verify Files: src/components/canvas/blocks/controllers/BlockController.ts#L48
'block' is already declared in the upper scope on line 18 column 15
Verify Files: src/components/canvas/layers/graphLayer/GraphLayer.ts#L146
Method 'handleEvent' expected no return value
Verify Files: src/components/canvas/layers/graphLayer/GraphLayer.ts#L154
Method 'handleEvent' expected no return value
Verify Files: src/components/canvas/layers/graphLayer/GraphLayer.ts#L157
Method 'handleEvent' expected no return value
Verify Files: src/components/canvas/layers/graphLayer/GraphLayer.ts#L160
Method 'handleEvent' expected no return value
Verify Files: src/components/canvas/layers/graphLayer/GraphLayer.ts#L198
Method 'updateTargetComponent' expected no return value
Verify Files: src/lib/CoreComponent.ts#L7
Unexpected any. Specify a different type