add markdownlint to CI
This commit is contained in:
parent
be46abe607
commit
65eb4e1462
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue