Suppress MD024

This commit is contained in:
Anduin Xue 2022-02-19 00:33:25 +08:00 committed by GitHub
parent 458b9a1c51
commit c417787dc0
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