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