Summary
Add automated markdownlint checking via GitHub Actions to ensure consistent Markdown formatting across all PRs.
Background
This suggestion came from @egrace479's review of PR #56 (see comment) where she noted that manual linting could be automated.
Proposed Implementation
- Add a GitHub Action workflow that runs markdownlint on all Markdown files
- Use the existing
.markdownlint.json configuration
- Run on pull requests and pushes to main/dev branches
- Consider using
markdownlint-cli2 for better performance and configuration support
Benefits
Acceptance Criteria
Related
Summary
Add automated markdownlint checking via GitHub Actions to ensure consistent Markdown formatting across all PRs.
Background
This suggestion came from @egrace479's review of PR #56 (see comment) where she noted that manual linting could be automated.
Proposed Implementation
.markdownlint.jsonconfigurationmarkdownlint-cli2for better performance and configuration supportBenefits
Acceptance Criteria
.markdownlint.jsonconfigurationRelated