From a5d108cbf298cf0d415f5a0baf2a930f19ef2662 Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sun, 19 Jul 2026 16:18:51 +0000 Subject: [PATCH] =?UTF-8?q?test:=20quantifier=20form=20in=20the=20on.push?= =?UTF-8?q?=20pin=20=E2=80=94=20biome=20rejects=20literal=20double=20space?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- test/release.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/release.test.ts b/test/release.test.ts index 51a6305..7adfb09 100644 --- a/test/release.test.ts +++ b/test/release.test.ts @@ -188,7 +188,7 @@ describe("release.yml", () => { // YAML maps are last-key-wins: a second sibling push: key silently // replaces the first and kills a door (grok's round-2 catch — the tag // fallback had stopped triggering). Exactly ONE push key may exist. - expect(RY.match(/^ push:$/gm)).toHaveLength(1); + expect(RY.match(/^ {2}push:$/gm)).toHaveLength(1); expect(RY).toContain("startsWith(github.ref, 'refs/tags/')"); expect(RY).toContain("github.ref == 'refs/heads/main'"); expect(RY).toContain("commits/$GITHUB_SHA/pulls");