chore: integrate mdx validation and fix syntax errors in blog posts

This commit is contained in:
2026-02-17 21:36:55 +01:00
parent 5c533292dd
commit bdc31621c3
9 changed files with 60 additions and 102 deletions

View File

@@ -33,4 +33,4 @@ jobs:
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
- name: 🧪 QA Checks
run: pnpm lint && pnpm typecheck && pnpm test
run: pnpm check:mdx && pnpm lint && pnpm typecheck && pnpm test