Skip to content

Add initial Flow Framework APIs; connect to Workflow List #131

Add initial Flow Framework APIs; connect to Workflow List

Add initial Flow Framework APIs; connect to Workflow List #131

Triggered via pull request February 28, 2024 20:56
Status Failure
Total duration 4m 18s
Artifacts

lint.yml

on: pull_request
Run lint script
4m 10s
Run lint script
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Run lint script: server/plugin.ts#L13
`rxjs/operators` import should occur before import of `../../../src/core/server`
Run lint script: server/routes/flow_framework_routes_service.ts#L102
Variable name `workflow_id` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
Run lint script: server/routes/flow_framework_routes_service.ts#L107
Unexpected console statement
Run lint script: server/routes/flow_framework_routes_service.ts#L143
Variable name `workflow_id` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
Run lint script: server/routes/flow_framework_routes_service.ts#L148
Unexpected console statement
Run lint script: server/routes/flow_framework_routes_service.ts#L168
Unexpected console statement
Run lint script: server/routes/flow_framework_routes_service.ts#L182
Variable name `workflow_id` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
Run lint script: server/routes/flow_framework_routes_service.ts#L187
Unexpected console statement
Run lint script
Process completed with exit code 1.
Run lint script
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run lint script
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/