Skip to content

Fix mdformat CI failure in README.md#1

Merged
denysdovhan merged 3 commits into
mainfrom
copilot/fix-ci-problem-md-file
Mar 18, 2026
Merged

Fix mdformat CI failure in README.md#1
denysdovhan merged 3 commits into
mainfrom
copilot/fix-ci-problem-md-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

The mdformat pre-commit hook was failing CI because README.md was missing a blank line after the HTML comment before the <p align="center"> block.

Change

Added a blank line after <!-- markdownlint-disable no-inline-html --> so mdformat no longer modifies the file on each run:

 <!-- markdownlint-disable no-inline-html -->
+
 <p align="center">
Original prompt

Fix CI problem with md file.


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: denysdovhan <3459374+denysdovhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI problem with md file Fix mdformat CI failure in README.md Mar 18, 2026
Copilot AI requested a review from denysdovhan March 18, 2026 16:19
Comment thread README.md

<p align="center">
<img alt="Codex Account Demo" src="https://github.com/user-attachments/assets/96cd73c7-84b7-4df8-92c8-4924ae71d4f8" />
</p>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Is this rule disabled till the end of the file? If so, use disable next line or enable it right after html markup.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good catch — it was disabling the rule for the rest of the file. Fixed in 0dad0b3 by adding <!-- markdownlint-enable no-inline-html --> immediately after the </p> tag, scoping the disable to just that HTML block.

Co-authored-by: denysdovhan <3459374+denysdovhan@users.noreply.github.com>
@denysdovhan denysdovhan marked this pull request as ready for review March 18, 2026 20:39
@denysdovhan denysdovhan merged commit 7f21b2c into main Mar 18, 2026
2 checks passed
@denysdovhan denysdovhan deleted the copilot/fix-ci-problem-md-file branch March 24, 2026 13:38
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