1
0
mirror of synced 2025-11-06 05:10:37 +08:00

Real markdown lint.

This commit is contained in:
Anduin Xue
2022-03-04 00:36:07 +08:00
parent f4e6ac940b
commit 80463f0b22
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