Real markdown lint.

This commit is contained in:
Anduin Xue
2022-03-04 00:36:07 +08:00
parent f79cef7aa5
commit 123d10b167
2 changed files with 9 additions and 7 deletions

View File

@@ -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