Real markdown lint.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,4 +14,6 @@ jobs:
|
||||
- name: Install packages
|
||||
run: sudo gem install mdl
|
||||
- name: Lint markdown files
|
||||
run: mdl *.md -r ~MD009,~MD029,~MD036,~MD024
|
||||
run: mdl . -r ~MD036,~MD024
|
||||
# Suppress 036 Emphasis used instead of a header
|
||||
# Suppress 024 Multiple headers with the same content
|
||||
|
||||
Reference in New Issue
Block a user