Prepare v0.3.7 changelog and announcement #964
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
5m 39s
Browser Test
3m 40s
Release Smoke
1m 4s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
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/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
|
|
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
|
|
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 '_'.
|