Skip to content

CI

CI #959

Manually triggered August 27, 2026 15:41
Status Success
Total duration 6m 35s
Artifacts

ci.yml

on: workflow_dispatch
Format, Lint, Typecheck, Test, Build
6m 29s
Format, Lint, Typecheck, Test, Build
Browser Test
4m 13s
Browser Test
Release Smoke
1m 3s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L902
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L865
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L847
Do not define components during render.
threadlines(prefer-tooltip-prop): apps/web/src/components/source-control/SourceControlPanel.tsx#L1751
Use the `tooltip` prop instead of the native `title` attribute on <Button>. `title` renders an unstyled OS tooltip; the `tooltip` prop uses the app's styled tooltip.
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#L712
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.