-
Notifications
You must be signed in to change notification settings - Fork 469
chore: add markdown lint check for markdown files on push and pull request #497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds automated markdown linting to the FastExcel project by introducing a GitHub Actions workflow that checks markdown files for formatting issues on push and pull request events.
- Adds markdownlint validation for markdown files using markdownlint-cli2
- Creates PR comments with detailed lint results when validation fails
- Includes file contents in lint failure comments for easy review
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
delei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose of the pull request
chore: add markdown lint check for markdown files on push and pull request
Related: #423
What's changed?
.github/workflows/markdownlint.yml
Checklist