Skip to content

Feature/plugin forms #264

Feature/plugin forms

Feature/plugin forms #264

Triggered via pull request May 27, 2024 12:13
Status Failure
Total duration 55s
Artifacts

build_test_deploy.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build (20.x)
Process completed with exit code 1.
build (20.x)
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/.
build (20.x): libs/store/src/lib/store.hook.ts#L1
'useDispatch' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
build (20.x): libs/store/src/lib/store.hook.ts#L1
'useSelector' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
build (20.x): libs/pages/summary/src/lib/ui/summary.tsx#L6
'Text' is defined but never used
build (20.x): libs/pages/plugins/src/lib/ui/choose-plugin-modal/choose-plugin-modal-skeleton.tsx#L17
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
build (20.x): libs/pages/plugins/src/lib/ui/custom-plugin-components/custom-combo-section/custom-combo-section.tsx#L107
Array.prototype.map() expects a return value from arrow function
build (20.x): libs/pages/plugins/src/lib/ui/custom-plugin-components/custom-enum-select/custom-enum-select.tsx#L31
Array.prototype.map() expects a return value from arrow function
build (20.x): libs/pages/plugins/src/lib/ui/custom-plugin-components/custom-radio-section/custom-radio-section.tsx#L75
Array.prototype.map() expects a return value from arrow function
build (20.x): libs/pages/plugins/src/lib/ui/linkify-text/linkify-text.tsx#L40
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all