Skip to content

Visualizing workflow runs with an invocation graph view #5289

Visualizing workflow runs with an invocation graph view

Visualizing workflow runs with an invocation graph view #5289

Triggered via pull request March 17, 2024 20:29
Status Failure
Total duration 1m 23s
Artifacts

js_lint.yaml

on: pull_request
Matrix: client-unit-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
client-unit-test (18): client/src/components/Workflow/Editor/Node.vue#L204
'GenericItem' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationInput.vue#L143
'label' is assigned a value but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationInput.vue#L144
'hasConnections' is assigned a value but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationInput.vue#L166
'onRemove' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L33
'StatelessTags' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L105
'visibleHint' is assigned a value but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L131
'toggleChildComponent' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L143
'onToggleActive' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L161
'onToggleVisible' is defined but never used. Allowed unused vars must match /_.+/u
client-unit-test (18): client/src/components/Workflow/Editor/NodeInvocationOutput.vue#L246
'showCalloutActiveOutput' is assigned a value but never used. Allowed unused vars must match /_.+/u
client-unit-test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
client-unit-test (18): client/src/api/histories.archived.ts#L83
Do not use "@ts-ignore" because it alters compilation errors
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L17
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L22
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L55
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L86
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L87
Unexpected any. Specify a different type
client-unit-test (18): client/src/components/ActivityBar/ActivityBar.vue#L140
Visible, non-interactive elements should not have an interactive handler
client-unit-test (18): client/src/components/ActivityBar/ActivityItem.vue#L57
Visible, non-interactive elements with click handlers must have at least one keyboard listener
client-unit-test (18): client/src/components/ActivityBar/ActivityItem.vue#L57
Visible, non-interactive elements should not have an interactive handler
client-unit-test (18): client/src/components/Alert.vue#L1
Component name "Alert" should always be multi-word