fix(ci): use markdown lint action

This commit is contained in:
Markus Pesch 2025-05-08 18:11:55 +02:00
parent c06beae2c2
commit 91e93f7411
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

@ -17,12 +17,6 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: "Execute markdownlint"
run: |
ls -la
docker run \
--rm \
--volume $(pwd):$(pwd) \
--workdir $(pwd) \
git.cryptic.systems/volker.raschek/markdownlint:0.44.0 \
.
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'