refactor: format check support Markdown files via mdformat (#597)

* chore: format Markdown files with mdformat
* chore: switch to mdformat config file
* chore: add missing trailing slash
* docs: add section about formatting Markdown files
This commit is contained in:
Matthias Schoettle
2025-12-07 04:40:21 -05:00
committed by GitHub
parent ce3a51c6ac
commit dd43d06551
44 changed files with 292 additions and 135 deletions

View File

@@ -24,6 +24,11 @@ jobs:
with:
config: ./.github/workflows/config/typos.toml
- name: Check Markdown formatting
run: |
pip install uv
uvx --python ">=3.13" --with mdformat-mkdocs mdformat --check ./*.md docs/
- name: Build docs
run: |
docker compose -f docs/docker-compose.yml run --rm server mkdocs build