Format pre-pull-docker-image/action.yml with prettier#102
Closed
rjhuijsman wants to merge 1 commit into
Closed
Conversation
The `pre-pull-docker-image` action landed (#101) with two `description` scalars wrapped in a style that `prettier --check` rejects, so the "Code formatting" check would flag the file on every run (its recent failures were masked by the checkout step failing first, before the style check could execute). Reformatted the file with the repo's prettier configuration; no behavioral change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UPXVU5ytyWJxSL4YChKhm6
Current Aviator status
This PR is currently in state
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
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.
Important
This PR was written by an agent (Claude Code) and has not yet been
reviewed by a human. Read the diff before trusting it or merging.
The
pre-pull-docker-imageaction landed (#101) with twodescriptionscalars wrapped in a style that
prettier --checkrejects, so the"Code formatting" check would flag the file on every run. This wasn't
caught on #101 itself because that check currently fails during its
checkout step (
could not read Username for 'https://github.com'—failing on
mainpushes too, since April's last green run), before thestyle check ever executes. Reformatted the file with the repo's
prettier configuration; no behavioral change.
Note for maintainers: the underlying "Code formatting" checkout failure
looks like an expired/empty
PRIVATE_REPO_ACCESS_AS_REBOT_TOKENsecretin this repo and is not addressed here — it needs an admin to rotate
the secret.
🤖 Generated with Claude Code