fix(tests): add custom markdownlint config

This commit is contained in:
Łukasz Mierzwa
2020-11-26 21:38:49 +00:00
committed by Łukasz Mierzwa
parent ff069ed7c8
commit 2ac6805c26
2 changed files with 4 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ jobs:
- name: Run markdown-lint
uses: avto-dev/markdown-lint@v1.4.0
with:
config: .markdownlint.yml
args: "*.md docs"
stage-test-and-lint:

3
.markdownlint.yml Normal file
View File

@@ -0,0 +1,3 @@
default: true
MD024:
siblings_only: true