Skip to content

chore: remove .dockerignore file to streamline project configuration #6

chore: remove .dockerignore file to streamline project configuration

chore: remove .dockerignore file to streamline project configuration #6

Triggered via push December 18, 2025 00:13
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Test
Process completed with exit code 1.
tests/unit/middleware.test.ts > Middleware (middleware.ts) > Matcher Configuration > should exclude static files from matching: tests/unit/middleware.test.ts#L42
AssertionError: expected '/((?!_next|api|favicon.ico|icons|.*\.…' to contain '_next/static' Expected: "_next/static" Received: "/((?!_next|api|favicon.ico|icons|.*\.(?:svg|png|jpg|jpeg|gif|webp|ico)$).*)" ❯ tests/unit/middleware.test.ts:42:23
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(...)