markdownlint #13

Merged
n merged 2 commits from md into main 2024-10-03 23:57:42 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 42eade53b6 - Show all commits

View file

@ -7,4 +7,8 @@ jobs:
name: check
steps:
- uses: actions/checkout@v4
- uses: actions/markdownlint-cli2-action@v17
with:
globs: |
**/*.md
- run: shellcheck *.sh monitoring/*.sh

3
.markdownlint.json Normal file
View file

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