ci: add markdown linting workflow

This commit is contained in:
gandalf-the-greybeard[bot]
2026-03-11 01:40:53 +00:00
parent d9f5a454a5
commit c6a38da28f
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"config": {
"MD013": false, // Disable line length rule as it's often too restrictive for docs
"MD041": false // Disable first-line heading rule (frontmatter often comes first)
}
}