Skip to content

migrate to nashtech-garage org #1

migrate to nashtech-garage org

migrate to nashtech-garage org #1

Triggered via push September 9, 2025 08:53
Status Success
Total duration 1m 31s
Artifacts

frontend-ci.yml

on: push
build-and-deploy
1m 24s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-deploy: frontend/src/components/board/ArchivedItemsModal.tsx#L39
Replace `"flex·items-center·gap-3"` with `'flex·items-center·gap-3'`
build-and-deploy: frontend/src/components/board/ArchivedItemsModal.tsx#L38
Replace `"flex·items-center·justify-between·p-4·border-b·border-[#394B59]"` with `'flex·items-center·justify-between·p-4·border-b·border-[#394B59]'`
build-and-deploy: frontend/src/components/board/ArchivedItemsModal.tsx#L35
Replace `"absolute·right-0·top-10·z-50·bg-[#282E33]·rounded-lg·w-[500px]·max-h-[600px]·flex·flex-col·border·border-[#394B59]"` with `'absolute·right-0·top-10·z-50·bg-[#282E33]·rounded-lg·w-[500px]·max-h-[600px]·flex·flex-col·border·border-[#394B59]'`
build-and-deploy: frontend/src/components/board/ArchivedItemsModal.tsx#L26
Replace `'columns'` with `⏎········'columns'⏎····`
build-and-deploy: frontend/src/components/auth/LoginForm.tsx#L17
Unexpected any. Specify a different type
build-and-deploy: frontend/src/App.tsx#L24
Replace `"dark"` with `'dark'`
build-and-deploy: frontend/src/App.tsx#L15
Replace `"top-right"` with `'top-right'`
build-and-deploy: frontend/src/App.tsx#L6
Replace `"react-toastify"` with `'react-toastify'`
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L524
React Hook useCallback has a missing dependency: 'fetchBoardData'. Either include it or remove the dependency array
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L496
React Hook useCallback has an unnecessary dependency: 'cardTitle'. Either exclude it or remove the dependency array
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L450
React Hook useCallback has missing dependencies: 'activeElements.activeColumn' and 'boardId'. Either include them or remove the dependency array
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L440
React Hook useCallback has a missing dependency: 'fetchBoardData'. Either include it or remove the dependency array
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L425
React Hook useCallback has a missing dependency: 'boardId'. Either include it or remove the dependency array
build-and-deploy: frontend/src/pages/WorkspaceBoard.tsx#L131
React Hook useEffect has a missing dependency: 'fetchBoardData'. Either include it or remove the dependency array
build-and-deploy: frontend/src/components/board/UrlPreview.tsx#L38
React Hook useEffect has a missing dependency: 'fetchUrlPreview'. Either include it or remove the dependency array
build-and-deploy: frontend/src/components/board/DroppableColumn.tsx#L133
React Hook useCallback has a missing dependency: 'handleTitleSubmit'. Either include it or remove the dependency array
build-and-deploy: frontend/src/components/board/DroppableColumn.tsx#L122
React Hook useEffect has a missing dependency: 'handleTitleSubmit'. Either include it or remove the dependency array
build-and-deploy: frontend/src/components/board/BoardNavbar.tsx#L61
React Hook useEffect has a missing dependency: 'fetchArchivedItems'. Either include it or remove the dependency array. Outer scope values like 'fetchArchivedColumns' aren't valid dependencies because mutating them doesn't re-render the component