Skip to content

fix(release): preflight waits for the renamed CI jobs #963

fix(release): preflight waits for the renamed CI jobs

fix(release): preflight waits for the renamed CI jobs #963

Triggered via push August 27, 2026 16:35
Status Success
Total duration 5m 42s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Build
5m 37s
Format, Lint, Typecheck, Test, Build
Browser Test
3m 34s
Browser Test
Release Smoke
59s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 '_'.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L81
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L31
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L27
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L23
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L22
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`