feat(api): generate release content before embed on /batch (#2224) #4038
ci.yml
on: push
Detect changes
5s
Lint & Format
32s
Test
1m 14s
Web build (Next)
0s
Changeset present?
0s
Annotations
10 warnings
|
eslint(no-unused-vars):
workers/discovery/src/managed-agents-session.ts#L639
Variable 'toolCallCount' is assigned a value but never used. Unused variables should start with a '_'.
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth-audit.test.ts#L192
Function `eventNames` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth.test.ts#L884
Function `tokenFromEmail` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth.test.ts#L776
Function `verifiedSession` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth.test.ts#L772
Function `setCookie` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth.test.ts#L694
Function `cookieHeader` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth.test.ts#L356
Function `preflight` does not capture any variables from its parent scope
|
|
oxc(no-async-endpoint-handlers):
workers/api/src/routes/digest.ts#L18
Express endpoint handler for `/digest/unsubscribe/:token` should not be `async`.
|
|
oxc(no-async-endpoint-handlers):
workers/api/src/routes/digest.ts#L18
Express endpoint handler for `/digest/unsubscribe/:token` should not be `async`.
|
|
unicorn(consistent-function-scoping):
workers/api/test/fetch-log.test.ts#L488
Function `seedScrape` does not capture any variables from its parent scope
|