Skip to content

Usage: cross-machine token and cost dashboard #742

Usage: cross-machine token and cost dashboard

Usage: cross-machine token and cost dashboard #742

Triggered via pull request August 10, 2026 07:42
Status Cancelled
Total duration 1m 42s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
1m 21s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
56s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Canceling since a higher priority waiting request for ci-refs/pull/134/merge exists
Format, Lint, Typecheck, Test, Browser Test, Build
The operation was canceled.
CI
Canceling since a higher priority waiting request for ci-refs/pull/134/merge exists
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L907
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L870
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L853
Do not define components during render.
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L710
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.