mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
🔧 added markdownlint settings
This commit is contained in:
parent
e3565cf83e
commit
4d1e586f94
2 changed files with 4 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
3
markdownlint-config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"MD013": false
|
||||
}
|
Loading…
Reference in a new issue