Skip to content

docs: add comprehensive build guide for tinycode, container, and oper… #87

docs: add comprehensive build guide for tinycode, container, and oper…

docs: add comprehensive build guide for tinycode, container, and oper… #87

Triggered via push June 30, 2026 19:01
Status Failure
Total duration 1m 9s
Artifacts –

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
typecheck
Process completed with exit code 2.
eslint(no-underscore-dangle): packages/tinycode/test/file/ripgrep.test.ts#L193
Unexpected dangling '_' in '`_tag`'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L216
Variable 'inspectFakeProvider' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L142
Variable 'generateDynamicObject' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L127
Variable 'generateStructuredObject' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L77
Variable 'streamText' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L67
Variable 'generateOnce' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/llm/example/tutorial.ts#L55
Variable 'rawOverlayExample' is declared but never used. Unused variables should start with a '_'.
unicorn(no-useless-spread): packages/http-recorder/src/redaction.ts#L78
Using a spread operator here creates a new array unnecessarily.
typescript(no-extraneous-class): packages/tinycode/test/cli/tui/editor-context.test.tsx#L50
Unexpected class with only a constructor.
unicorn(no-useless-fallback-in-spread): packages/http-recorder/src/cassette.ts#L50
Empty fallbacks in spreads are unnecessary