mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
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