Release #142
release.yml
on: workflow_dispatch
Annotations
3 errors and 6 warnings
|
Preflight
Process completed with exit code 2.
|
|
Preflight
@okcode/web#typecheck: command (/home/runner/work/okcode/okcode/apps/web) /home/runner/.bun/bin/bun run typecheck exited (2)
|
|
Preflight
Type '"default" | "custom" | "carbon" | "purple-stuff" | "hot-tamale" | "iridescent-void"' is not assignable to type 'ColorTheme'.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.settings.index.tsx#L59
Identifier 'useCopyToClipboard' is imported but never used.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.settings.index.tsx#L9
Identifier 'XCircleIcon' is imported but never used.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.settings.index.tsx#L8
Identifier 'SkipForwardIcon' is imported but never used.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.settings.index.tsx#L6
Identifier 'Loader2Icon' is imported but never used.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.settings.index.tsx#L4
Identifier 'CheckCircle2Icon' is imported but never used.
|
|
eslint(no-unused-vars):
apps/web/src/routes/_chat.project.$projectId.tsx#L25
Variable 'settings' is declared but never used. Unused variables should start with a '_'.
|