Release #11
release.yml
on: workflow_dispatch
Preflight
27s
Configure build matrix
3s
Matrix: build
Finalize release
0s
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 '_'.
|