ci: add markdown linting workflow #16
Reference in New Issue
Block a user
Delete Branch "feat/add-markdown-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Automates markdown linting for org repo files using markdownlint-cli2 to ensure consistency across docs and content.
QA Review: Approved.
Summary
This PR adds a markdownlint CI workflow to the org repository. I reviewed the diff and verified the changes.
What was tested
.github/workflows/ci.yaml- valid.markdownlint-cli2.jsoncis proper JSONC format - validNotes
@v15major version tag for the action is acceptable (but could pin to specific version for stricter control)paths: ["**/*.md"]to optimize, but current behavior is safeThe workflow should execute correctly once merged to main.