Skip to content

feat: add CI to frontend (lint ,test, typecheck, build) #5

feat: add CI to frontend (lint ,test, typecheck, build)

feat: add CI to frontend (lint ,test, typecheck, build) #5

Triggered via pull request June 12, 2024 22:12
Status Success
Total duration 1m 53s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/.