mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
chore(scripts): extract forbidden string check into dedicated script
Replace the inline opncd.ai/s/ grep added to check-kilocode-change with a standalone script/check-forbidden-strings.ts. Wired into test-vscode.yml as a separate step alongside the existing marker check.
This commit is contained in:
@@ -53,3 +53,7 @@ jobs:
|
||||
- name: Check for kilocode_change markers
|
||||
working-directory: packages/kilo-vscode
|
||||
run: bun run check-kilocode-change
|
||||
|
||||
- name: Check for forbidden strings
|
||||
working-directory: packages/kilo-vscode
|
||||
run: bun run check-forbidden-strings
|
||||
|
||||
Reference in New Issue
Block a user