Skip to content

Delivery reduce-dag-auto #703

Delivery reduce-dag-auto

Delivery reduce-dag-auto #703

Triggered via pull request August 20, 2026 09:11
Status Success
Total duration 5m 34s
Artifacts

ci-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/app/src/pages/home.tsx#L1275
Variable 'platform' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/app/src/context/server-sync.tsx#L5
Identifier 'produce' is imported but never used.
eslint(no-unused-vars): packages/app/src/context/server.tsx#L10
Variable 'HEALTH_POLL_INTERVAL_MS' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/core/test/event-batch.test.ts#L309
Using a spread operator here creates a new array unnecessarily.
eslint(no-unused-vars): packages/core/test/event-batch.test.ts#L5
Identifier 'EventSequenceTable' is imported but never used.
eslint(no-unused-vars): packages/app/src/context/global-sync/bootstrap.ts#L68
Function 'showErrors' is declared but never used.
eslint(no-unused-vars): packages/app/src/context/sync.tsx#L7
Variable 'SKIP_PARTS' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/app/src/hooks/use-providers.ts#L62
Using a spread operator here creates a new array unnecessarily.
eslint-plugin-unicorn(no-new-array): packages/console/function/src/log-processor.ts#L173
Do not use `new Array(singleArgument)`.