Add script to run markdown-cli2 in container

This commit is contained in:
Jan Van Bruggen 2022-09-07 21:50:03 -06:00
parent 1a9a0d5d01
commit 52ad1857f1
No known key found for this signature in database
GPG Key ID: FE2A4E38E0FA6134

5
run_markdownlint-cli2.sh Executable file
View File

@ -0,0 +1,5 @@
docker run \
-v $PWD:/workdir \
davidanson/markdownlint-cli2:v0.5.1 \
"**/*.md" \
"#node_modules"