markdownlint #13
2 changed files with 7 additions and 0 deletions
|
@ -7,4 +7,8 @@ jobs:
|
||||||
name: check
|
name: check
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/markdownlint-cli2-action@v17
|
||||||
|
with:
|
||||||
|
globs: |
|
||||||
|
**/*.md
|
||||||
- run: shellcheck *.sh monitoring/*.sh
|
- run: shellcheck *.sh monitoring/*.sh
|
||||||
|
|
3
.markdownlint.json
Normal file
3
.markdownlint.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"MD029": { "style": "zero" }
|
||||||
|
}
|
Loading…
Reference in a new issue