Skip to content

Add markdown lint workflow for PRs#8

Merged
richlander merged 1 commit intomainfrom
add-markdownlint-workflow
Mar 12, 2026
Merged

Add markdown lint workflow for PRs#8
richlander merged 1 commit intomainfrom
add-markdownlint-workflow

Conversation

@richlander
Copy link
Copy Markdown
Owner

Add a GitHub Actions workflow that runs markdownlint-cli2 on pull requests that touch markdown files.

Changes

  • .github/workflows/markdownlint.yml — Workflow using DavidAnson/markdownlint-cli2-action@v19, triggered on PRs with **/*.md path filter
  • .markdownlint.yaml — Config disabling MD013 (line length) for tables/links
  • README.md — Fixed table alignment to pass MD060

Simplified from the workflow in dotnet-inspect.

Add a GitHub Actions workflow that runs markdownlint-cli2 on pull
requests that touch markdown files. Includes a .markdownlint.yaml
config disabling MD013 (line length) and fixes table alignment in
README.md to pass MD060.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@richlander richlander merged commit 8684e5a into main Mar 12, 2026
1 check passed
@richlander richlander deleted the add-markdownlint-workflow branch March 12, 2026 09:04
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.

1 participant