chore: format auth-proxy.test.ts - #47
Open
codemancers-bot wants to merge 1 commit into
Open
codemancers-bot wants to merge 1 commit into
codemancers-bot wants to merge 1 commit into
Conversation
Wraps one long line in the test added by #46. That file went in unformatted and broke `fmt:check`, which is CI's first step — so the merge to main failed there before reaching lint, typecheck, build or any test. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unbreaks
main.The test file added in #46 went in unformatted, so
pnpm run fmt:checkfailed. That is CI's first step, which means the merge run stopped there and never reached lint, knip, typecheck, build, unit tests or e2e.One long line wrapped, nothing else:
Verified locally
Note
CI will skip on this PR, as it does on every PR here — the
cijob requiresauthor_associationin OWNER/MEMBER/COLLABORATOR, and the webhook payload reports this author as CONTRIBUTOR because the bot's org membership is private, even though the REST API says MEMBER. It will run on merge, since thepushtrigger bypasses that condition.Separately: the two main runs before #46 also failed, at the E2E tests step. That breakage predates #46 and is not addressed here — this only gets CI past its first step so the later ones can report.
🤖 Generated with Claude Code