1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Run the markdown linter in the CI

This commit is contained in:
Sylvestre Ledru 2023-03-03 18:42:51 +01:00
parent fe2517041f
commit d9320277e1
2 changed files with 13 additions and 1 deletions

6
.markdownlint.yaml Normal file
View file

@ -0,0 +1,6 @@
# Disable 'Line length'. Doesn't provide much values
MD013: false
# Disable 'Fenced code blocks should have a language specified'
# Doesn't provide much in src/ to enforce it
MD040: false