Skip to content

Release

Release #11

Manually triggered March 28, 2026 02:39
Status Failure
Total duration 30s
Artifacts

release.yml

on: workflow_dispatch
Preflight
27s
Preflight
Configure build matrix
3s
Configure build matrix
Matrix: build
Publish GitHub Release
0s
Publish GitHub Release
Finalize release
0s
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Preflight
Process completed with exit code 1.
Preflight
@okcode/marketing#typecheck: command (/home/runner/work/okcode/okcode/apps/marketing) /home/runner/.bun/bin/bun run typecheck exited (1)
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/routes/_chat.pr-review.tsx#L1152
React hook useMemo depends on `pullRequests`, which changes every render
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/routes/_chat.pr-review.tsx#L1129
React hook useMemo depends on `pullRequests`, which changes every render
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L182
Function 'StateBadge' is declared but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L41
Identifier 'parsePullRequestReference' is imported but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L38
Identifier 'gitResolvePullRequestQueryOptions' is imported but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L26
Identifier 'useEffect' is imported but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L26
Identifier 'useRef' is imported but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L4
Identifier 'useDebouncedValue' is imported but never used.
eslint(no-unused-vars): apps/web/src/routes/_chat.pr-review.tsx#L3
Identifier 'useQueryClient' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/chat/ChatHeader.tsx#L58
Parameter 'openInCwd' is declared but never used. Unused parameters should start with a '_'.