fix(release): preflight waits for the renamed CI jobs #963
ci.yml
on: push
Format, Lint, Typecheck, Test, Build
5m 37s
Browser Test
3m 34s
Release Smoke
59s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
eslint(no-unsafe-optional-chaining):
packages/shared/src/claudeSubagentActivity.test.ts#L83
Unsafe usage of optional chaining
|
|
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`
|
|
eslint(no-control-regex):
apps/server/src/provider/providerExtensions.ts#L3208
Unexpected control characters
|