feat(15-01): fix 13 markdown violations + wire md:lint to fast-checks CI step

- Fix MD040 (11 bare fences): add language tags (text/bash) across 7 files
- Fix MD031 (2 violations): add blank lines around fence in GETTING-STARTED.md
- Wire 'Markdown lint' step to fast-checks job (after Format check, before Typecheck)
- Reformat .markdownlint-cli2.jsonc per Prettier (trailing commas in JSONC)
- pnpm md:lint exits 0; pnpm format:check exits 0; gate can fail on bare fence (verified)
This commit is contained in:
Lucas Berger
2026-06-12 10:46:01 -04:00
parent adb7641c19
commit 46bea03757
10 changed files with 18 additions and 13 deletions
+3
View File
@@ -31,6 +31,9 @@ jobs:
- name: Format check
run: pnpm format:check
- name: Markdown lint
run: pnpm md:lint
- name: Typecheck
run: pnpm typecheck