Skip to content

Commit

Permalink
Merge pull request Anduin2017#91 from Anduin2017/Anduin2017-patch-1
Browse files Browse the repository at this point in the history
Suppress MD024
  • Loading branch information
bobby285271 authored Feb 19, 2022
2 parents d132c1f + cabfe0b commit 0e2aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e2aa9e

Please sign in to comment.