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

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

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