Skip to content

chore(deps): bump actions/checkout from 4 to 7 #25

chore(deps): bump actions/checkout from 4 to 7

chore(deps): bump actions/checkout from 4 to 7 #25

Triggered via pull request June 26, 2026 16:20
Status Failure
Total duration 2m 30s
Artifacts –

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
typecheck
Process completed with exit code 2.
test
Process completed with exit code 1.
error: expect(received).toBe(expected): packages/tinycode/test/server/httpapi-listen.test.ts#L298
Expected: 200 Received: 401 at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/test/server/httpapi-listen.test.ts:298:31)
error: timed out waiting for graceful stop after forced stop: packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for forced listener stop: packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for concurrent listener.stop(true): packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for listener.stop(true): packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L55
Variable 'rawOverlayExample' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/http-recorder/src/redaction.ts#L78
Using a spread operator here creates a new array unnecessarily.
eslint(no-unused-vars): packages/app/src/pages/session/composer/session-composer-state.ts#L24
Variable 'idle' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/tinycode/test/cli/run/runtime.queue.test.ts#L65
Using a spread operator here creates a new array unnecessarily.
eslint-plugin-unicorn(no-useless-spread): packages/tinycode/test/cli/run/runtime.queue.test.ts#L48
Using a spread operator here creates a new array unnecessarily.
eslint(no-unused-vars): packages/tinycode/src/cli/cmd/tui/component/dialog-workspace-list.tsx#L99
Parameter 'option' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): packages/app/src/pages/session.tsx#L302
Variable 'diffs' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/app/src/hooks/use-providers.ts#L52
Using a spread operator here creates a new array unnecessarily.