mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
ci: move forbidden-strings check to its own workflow
Runs on every PR instead of only when VS Code paths change, so a hardcoded forbidden URL in any package can't bypass the guard.
This commit is contained in:
@@ -29,6 +29,7 @@ const DIR = path.join(ROOT, ".github", "workflows")
|
||||
const active = new Set([
|
||||
"auto-docs.yml",
|
||||
"beta.yml",
|
||||
"check-forbidden-strings.yml",
|
||||
"check-kilo-generated-artifacts.yml",
|
||||
"check-md-table-padding.yml",
|
||||
"check-opencode-annotations.yml",
|
||||
|
||||
Reference in New Issue
Block a user