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:
Mark IJbema
2026-05-18 14:38:57 +02:00
parent 7992aadf34
commit 3aba363c4a
4 changed files with 21 additions and 5 deletions
+1
View File
@@ -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",