chore: format gitea branch

This commit is contained in:
Mark Wylde
2026-07-26 21:26:22 +01:00
parent c30a6c8c23
commit 40b8061da5
11 changed files with 455 additions and 442 deletions

View File

@@ -70,11 +70,7 @@ describe("parseEnvVarsWithContext", () => {
});
test("should allow missing CLAUDE_BRANCH and omit it from event data", () => {
const result = prepareContext(
mockIssueCommentContext,
"12345",
"main",
);
const result = prepareContext(mockIssueCommentContext, "12345", "main");
if (
result.eventData.eventName === "issue_comment" &&