mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-02-06 13:38:24 +08:00
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
|
- name: Install packages
|
||||||
run: sudo gem install mdl
|
run: sudo gem install mdl
|
||||||
- name: Lint markdown files
|
- name: Lint markdown files
|
||||||
run: mdl *.md -r ~MD029,~MD036
|
run: mdl *.md -r ~MD029,~MD036,~MD024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user