mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
fix(tests): add custom markdownlint config
This commit is contained in:
committed by
Łukasz Mierzwa
parent
ff069ed7c8
commit
2ac6805c26
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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
3
.markdownlint.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
default: true
|
||||
MD024:
|
||||
siblings_only: true
|
||||
Reference in New Issue
Block a user