Skip to content

Fix GitHub Actions stability and brand-check drift #27

Fix GitHub Actions stability and brand-check drift

Fix GitHub Actions stability and brand-check drift #27

Triggered via pull request August 10, 2026 20:22
Status Failure
Total duration 6m 22s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
6m 17s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
0s
Windows Process Regression
Migration Lineage
9s
Migration Lineage
Release Smoke
33s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
Format, Lint, Typecheck, Test, Browser Test, Build
command (/home/runner/work/forkara/forkara/apps/web) /home/runner/.bun/bin/bun run test exited (1)
src/components/ForkDenialStage.test.tsx > ForkDenialStage > renders every stage label in provided order: apps/web/src/components/ForkDenialStage.test.tsx#L18
AssertionError: expected -1 to be greater than or equal to 0 ❯ src/components/ForkDenialStage.test.tsx:18:21
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/components/chat-drop-overlay/ChatPaneDropOverlay.test.tsx#L55
Function `onlyVertical` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/components/Sidebar.logic.test.ts#L178
Function `mergedPr` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/components/Sidebar.logic.test.ts#L173
Function `openPr` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-useless-spread): apps/server/src/codexAppServerTransport.ts#L26
Using a spread operator here creates a new object unnecessarily.
eslint-plugin-unicorn(no-array-sort): scripts/device-helper-sweep.ts#L76
Use `Array#toSorted()` instead of `Array#sort()`.