fix(ci): use markdown lint action
This commit is contained in:
parent
c06beae2c2
commit
91e93f7411
@ -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 \
|
|
||||||
.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user