feat: update tag workflow

This commit is contained in:
2026-07-18 06:57:52 +05:00
parent 6eedfb2bc5
commit 9b1281ce49
10 changed files with 134 additions and 25 deletions
@@ -107,6 +107,8 @@ title: [unterminated
);
expect(unknown).toHaveLength(1);
expect(unknown[0].message).toMatch(/nope/i);
expect(unknown[0].code).toBe("unknown-tag");
expect(unknown[0].tag).toBe("nope");
});
it("does not warn when all tags are known", () => {