Skip to content

chore: format root markdown with Prettier - #50

Merged
marekdano merged 1 commit into
mainfrom
chore/prettier-root-markdown
Aug 19, 2026
Merged

chore: format root markdown with Prettier#50
marekdano merged 1 commit into
mainfrom
chore/prettier-root-markdown

Conversation

@a-effort

@a-effort a-effort commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

#2 broadened format:check to cover root-level *.md:

- prettier --check "{src,e2e}/**/*.{ts,tsx,css,json}"
+ prettier --check --ignore-unknown "*.{ts,tsx,js,mjs,json,css,md}" "{src,server,e2e}/**/*.{ts,tsx,css,json}"

README.md and DOCKER.md had never been Prettier-formatted, so main went red when that landed (9275b8d and b7330ac both failing; 6564be1 and earlier green). PR CI builds against the merge with origin/main, so every open PR inherits the failure regardless of what it changes.

Running npx prettier --write README.md DOCKER.md is the whole change: table cell padding, plus one trailing space.

npm run format:check is green on this branch.

#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

Copy link
Copy Markdown
Contributor Author

Relevant to: #31

@marekdano marekdano left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@marekdano
marekdano merged commit 3c03e4c into main Aug 19, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants