Skip to content

fix(ci): fix fetch type errors and disable monorepo-dependent test #4

fix(ci): fix fetch type errors and disable monorepo-dependent test

fix(ci): fix fetch type errors and disable monorepo-dependent test #4

Triggered via push December 16, 2025 14:08
Status Success
Total duration 49s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: app/page.tsx#L46
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L166
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L155
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L58
React function component "MaintenanceClient" should be wrapped with React.memo(...)
Lint: app/boards/new/CreateBoardForm.tsx#L131
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/boards/new/CreateBoardForm.tsx#L104
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/boards/new/CreateBoardForm.tsx#L39
React function component "CreateBoardForm" should be wrapped with React.memo(...)
Lint: app/boards/BoardsLayoutClient.tsx#L18
React function component "BoardsLayoutClient" should be wrapped with React.memo(...)
Lint: app/board/[id]/BoardPageClient.tsx#L40
React function component "BoardPageClient" should be wrapped with React.memo(...)
Lint: app/board/BoardLayoutClient.tsx#L18
React function component "BoardLayoutClient" should be wrapped with React.memo(...)