chore: format root markdown with Prettier - #50
Merged
Conversation
#2 broadened format:check to cover root-level *.md, but README.md and DOCKER.md had never been formatted, so main has been red since it landed and every open PR inherits the failure through its merge ref. Formatting only — table padding and one trailing space. No content changes. Signed-off-by: Anna Effort <anna.effort@ibm.com>
a-effort
requested review from
gandhipratik203,
gcgoncalves,
marekdano and
vishu-bh
August 19, 2026 17:20
Contributor
Author
|
Relevant to: #31 |
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.
#2broadenedformat:checkto cover root-level*.md:README.mdandDOCKER.mdhad never been Prettier-formatted, somainwent red when that landed (9275b8dandb7330acboth failing;6564be1and earlier green). PR CI builds against the merge withorigin/main, so every open PR inherits the failure regardless of what it changes.Running
npx prettier --write README.md DOCKER.mdis the whole change: table cell padding, plus one trailing space.npm run format:checkis green on this branch.