According to the markdownlint documentation, the markdown CLI configuration is supposed to sit in a .markdownlint-cli2.yaml file. This repo has a makrdownlint-cli2.yml file at https://github.com/adr/madr/blob/develop/.makrdownlint-cli2.yml (note the swapped k and r and .yml as suppose to .yaml).
- .makrdownlint-cli2.yml
+ .markdownlint-cli2.yaml
Markdownlint lint does not appear to support the .yml extension.
Additionally, the glob parameter for *.md has a trailing , see:
This does not appear to be part of the
docs and might cause only
*.md, file to be linted in the root, e.g.
test.md, and not files like
README.md. Also see logs of the lint action in
this run as long as it is not out of the retention period.
Maybe I am missing something and the lint pipeline appears to be functioning just fine, but I thought I'd write this issue to raise awareness.