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

View File

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