add markdownlint to CI

This commit is contained in:
n 2024-10-03 23:04:32 +02:00
parent be46abe607
commit 42eade53b6
Signed by: n
GPG key ID: 510227DD6C502CE3
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
{
"MD029": { "style": "zero" }
}