Skip to content

Fix GitHub Actions stability and brand-check drift #28

Fix GitHub Actions stability and brand-check drift

Fix GitHub Actions stability and brand-check drift #28

Triggered via pull request August 10, 2026 20:27
Status Failure
Total duration 5m 57s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Build
5m 52s
Format, Lint, Typecheck, Test, Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Format, Lint, Typecheck, Test, Build
Process completed with exit code 1.
Format, Lint, Typecheck, 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(no-unmodified-loop-condition): apps/server/src/externalMcp/bridge.test.ts#L461
'requestStarted' is not modified in this loop.
eslint-plugin-unicorn(no-array-sort): packages/shared/src/deviceHelperCache.ts#L73
Use `Array#toSorted()` instead of `Array#sort()`.
oxc(no-map-spread): apps/server/src/externalMcp/Layers/ExternalMcpGateway.ts#L350
Spreading to modify object properties in `map` calls is inefficient
oxc(no-map-spread): packages/shared/src/model.ts#L309
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(consistent-function-scoping): apps/server/src/git/Layers/CodexTextGeneration.test.ts#L24
Function `releaseLock` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-sort): packages/shared/src/browserAutomationCatalogue.ts#L388
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-control-regex): packages/shared/src/projectDirectoryName.ts#L12
Unexpected control characters
eslint-plugin-unicorn(no-new-array): apps/server/src/localServerMonitor.ts#L729
Do not use `new Array(singleArgument)`.
eslint-plugin-unicorn(consistent-function-scoping): apps/server/src/profileStats.ts#L638
Function `profileStatsErrorMessage` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-sort): apps/server/src/managedWorktrees.ts#L169
Use `Array#toSorted()` instead of `Array#sort()`.