1544: Move draghandler to component #3004
lint-test-build.yml
on: push
cache-dependencies
6m 16s
Annotations
7 errors and 6 warnings
linting-and-prettier
@orchestrator-ui/orchestrator-ui-components#lint: command (/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components) /usr/local/bin/npm run lint exited (1)
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoDragHandler.tsx#L46
Unexpected console statement
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx#L57
'startDragPosition' is assigned a value but never used
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx#L57
'startDragPosition' is never reassigned. Use 'const' instead
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx#L58
'startWidth' is assigned a value but never used
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx#L58
'startWidth' is never reassigned. Use 'const' instead
|
linting-and-prettier
Process completed with exit code 1.
|
cache-dependencies
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
unit-tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
linting-and-prettier
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoForms/formFields/SelectField/SelectField.tsx#L104
React Hook useEffect has missing dependencies: 'onChange' and 'selectedValue'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
linting-and-prettier:
packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/VlanField.tsx#L168
React Hook useEffect has missing dependencies: 'disabled' and 'value'. Either include them or remove the dependency array
|