Skip to content

Configure unit test environment; add build & test CI #159

Configure unit test environment; add build & test CI

Configure unit test environment; add build & test CI #159

Triggered via pull request March 2, 2024 02:11
Status Failure
Total duration 4m 41s
Artifacts

lint.yml

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

Annotations

9 errors and 2 warnings
Run lint script: public/pages/workflows/workflows.test.tsx#L20
Require statement not part of import statement
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#L101
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#L106
Unexpected console statement
Run lint script: server/routes/flow_framework_routes_service.ts#L150
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#L155
Unexpected console statement
Run lint script: server/routes/flow_framework_routes_service.ts#L186
Variable name `workflow_id` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
Run lint script: server/routes/helpers.ts#L51
'workflowStateHit' is already declared in the upper scope
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/