Merge pull request #91 from Anduin2017/Anduin2017-patch-1

Suppress MD024
This commit is contained in:
Bobby Rong 2022-02-19 14:42:05 +08:00 committed by GitHub
commit 0e2aa9e3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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