Skip to content

Add Markdown linting#16

Merged
rlippmann merged 1 commit into
mainfrom
markdownline
Jul 11, 2026
Merged

Add Markdown linting#16
rlippmann merged 1 commit into
mainfrom
markdownline

Conversation

@rlippmann

Copy link
Copy Markdown
Owner

Summary

  • added a low-noise .markdownlint-cli2.jsonc aligned with the context-compiler-example-integrations reference policy
  • added ./scripts/validate_markdown.sh as the local Markdown lint command
  • added a dedicated markdownlint CI job in .github/workflows/ci.yml
  • mechanically cleaned up existing repository-owned Markdown only where required to satisfy the lint baseline

Notes

  • establishes a clean Markdown lint baseline without changing drafting or runtime behavior
  • existing Markdown was mechanically cleaned up only as required for lint compliance
  • local lint command: ./scripts/validate_markdown.sh
  • dedicated CI job: markdownlint
  • validation completed:
    • ./scripts/validate_markdown.sh — passed
    • uv run pre-commit run --all-files — passed
    • uv run pytest — passed
  • no runtime behavior changes
  • no package-version changes

@rlippmann
rlippmann merged commit 5d8351a into main Jul 11, 2026
20 checks passed
@rlippmann
rlippmann deleted the markdownline branch July 11, 2026 08:17
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