chore: replace .md linter

This commit is contained in:
Jan De Dobbeleer 2021-04-24 13:08:40 +02:00 committed by Jan De Dobbeleer
parent f05f15f9bc
commit 842ba0d4c6
4 changed files with 8 additions and 10 deletions

View file

@ -9,7 +9,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Lint files - name: Lint files
uses: nosborn/github-action-markdown-cli@v1.1.1 uses: articulate/actions-markdownlint@v1
with: with:
files: . files: .
config_file: "docs/.markdownlint.json" config: .markdownlint.yaml

5
.markdownlint.yaml Normal file
View file

@ -0,0 +1,5 @@
MD024: false
MD014: false
MD038: false
line-length:
line_length: 120

1
.markdownlintignore Normal file
View file

@ -0,0 +1 @@
node_modules/

View file

@ -1,8 +0,0 @@
{
"MD024": false,
"MD014": false,
"MD038": false,
"line-length": {
"line_length": 120
}
}