Skip to content

feat: Large Refactor of Editor.jsx as its a mono component. Added line cursor positon #8

feat: Large Refactor of Editor.jsx as its a mono component. Added line cursor positon

feat: Large Refactor of Editor.jsx as its a mono component. Added line cursor positon #8

Status Failure
Total duration 39s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 14 warnings
build
Process completed with exit code 1.
test
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/.
type-check
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/.
lint
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/.
lint: frontend/src/components/Common/CustomTooltip.tsx#L13
Unexpected any. Specify a different type
lint: frontend/src/components/Editor/Editor.jsx#L26
'setAccountId' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L32
'setBlockHeightError' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L48
'setBlockView' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L131
'location' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L145
React Hook useEffect has missing dependencies: 'debouncedValidateSQLSchema', 'handleCodeGen', 'indexingCode', and 'schema'. Either include them or remove the dependency array
lint: frontend/src/components/Editor/Editor.jsx#L155
React Hook useEffect has missing dependencies: 'CODE_STORAGE_KEY' and 'SCHEMA_STORAGE_KEY'. Either include them or remove the dependency array
lint: frontend/src/components/Editor/Editor.jsx#L160
React Hook useEffect has missing dependencies: 'CODE_STORAGE_KEY' and 'SCHEMA_STORAGE_KEY'. Either include them or remove the dependency array
lint: frontend/src/components/Editor/Editor.jsx#L165
React Hook useEffect has missing dependencies: 'SCHEMA_TYPES_STORAGE_KEY' and 'handleCodeGen'. Either include them or remove the dependency array
lint: frontend/src/components/Editor/Editor.jsx#L169
React Hook useEffect has a missing dependency: 'DEBUG_LIST_STORAGE_KEY'. Either include it or remove the dependency array
build
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/.