SIGN IN SIGN UP
github / spec-kit UNCLAIMED

๐Ÿ’ซ Toolkit to help you get started with Spec-Driven Development

0 0 17 Python

feat(ci): add markdownlint-cli2 for consistent markdown formatting

Add automated markdown linting to ensure consistent formatting across
all markdown files in the repository.

Changes:
- Add .markdownlint-cli2.jsonc configuration
- Create .github/workflows/lint.yml for CI/CD integration
- Fix all 908 existing markdown errors across 27 files
- Enforce ATX-style headings and asterisk emphasis
- Set consistent 2-space list indentation

This prevents markdown errors after project initialization and
maintains high documentation quality standards.
B
Benjamin Pahl committed
33a07969c3f1bf881147313b85d5d8d89bc287cf
Parent: ea90d02