🔧 added markdownlint settings

This commit is contained in:
HitLuca 2022-07-26 10:05:54 +02:00
parent e3565cf83e
commit 4d1e586f94
2 changed files with 4 additions and 0 deletions

View file

@ -36,4 +36,5 @@ jobs:
- name: markdown-lint
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: "docs/**/*.md"

3
markdownlint-config.json Normal file
View file

@ -0,0 +1,3 @@
{
"MD013": false
}