Skip to content

chore(deps): Bump actions/checkout from 7.0.0 to 7.0.1 #193

chore(deps): Bump actions/checkout from 7.0.0 to 7.0.1

chore(deps): Bump actions/checkout from 7.0.0 to 7.0.1 #193

Triggered via pull request July 24, 2026 11:24
Status Success
Total duration 1m 11s
Artifacts –

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): packages/tinycode/src/acp/error.ts#L43
Unexpected dangling '_' in '`_tag`'.
unicorn(no-useless-spread): packages/tinycode/src/cli/cmd/run/footer.ts#L620
Using a spread operator here creates a new array unnecessarily.
unicorn(no-useless-spread): packages/tinycode/src/cli/cmd/run/footer.ts#L530
Using a spread operator here creates a new array unnecessarily.
eslint(no-unused-vars): packages/tinycode/src/acp/service.ts#L212
Variable 'state' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/tinycode/src/acp/service.ts#L134
Variable 'state' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/tinycode/src/acp/permission.ts#L60
Catch parameter 'error' is caught but never used.
eslint(no-underscore-dangle): packages/tinycode/src/storage/storage.ts#L77
Unexpected dangling '_' in '`_tag`'.
eslint(no-unused-vars): packages/app/src/context/global-sync/bootstrap.ts#L70
Function 'showErrors' is declared but never used.