Merge pull request #91 from Anduin2017/Anduin2017-patch-1
Suppress MD024
This commit is contained in:
commit
0e2aa9e3f6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,4 +14,4 @@ jobs:
|
|||
- name: Install packages
|
||||
run: sudo gem install mdl
|
||||
- name: Lint markdown files
|
||||
run: mdl *.md -r ~MD029,~MD036
|
||||
run: mdl *.md -r ~MD029,~MD036,~MD024
|
||||
|
|
Loading…
Reference in New Issue
Block a user