mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-31 01:37:28 +08:00
d90feb3fd5
Add a 'format:check' step to the test-vscode workflow so PRs that introduce formatting drift in packages/kilo-vscode are caught before merge. Uses the existing 'format:check' script (prettier --check .) already defined in packages/kilo-vscode/package.json. Ref: #6919