Skip to content

fix: added polling to latest indexer block height #17

fix: added polling to latest indexer block height

fix: added polling to latest indexer block height #17

Triggered via pull request June 20, 2024 22:38
Status Failure
Total duration 36s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 14 warnings
lint: frontend/src/components/Logs/LogsMenu.tsx#L71
Missing return type on function
lint: frontend/src/components/Logs/LogsMenu.tsx#L74
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: frontend/src/components/Logs/LogsMenu.tsx#L89
Promise returned in function argument where a void return was expected
lint
Process completed with exit code 1.
build
Process completed with exit code 1.
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/primitives.d.ts#L34
Unexpected any. Specify a different type
lint: frontend/src/components/Common/CustomTooltip.tsx#L13
Unexpected any. Specify a different type
lint: frontend/src/components/Editor/Editor.jsx#L53
'setBlockHeightError' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L69
'setBlockView' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L153
'location' is assigned a value but never used
lint: frontend/src/components/Editor/Editor.jsx#L167
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#L177
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#L182
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#L187
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#L191
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/.
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/.