markdown lint not finding files in sub directory
📝 Summary
Markdown is passing validation see this job where it found no markdown files to lint.
🔗 References
👷 Tasks
-
get markdown linting working for whole directory tree -
be able to specify the linting type. if
md_lint_type=mkdocs, it will copy the mkdocs linting rule file to the repo root and use that for linting. ifmd_lint_typeis not specified, it will not copy the lint rules over.-
doesn't override rules in repo root if they exist.
-