1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/scripts/local-markdownlint-and-fix.sh
2021-10-20 10:36:36 +13:00

11 lines
220 B
Bash
Executable File

docker run --rm \
-v "$(pwd):/data:ro" \
avtodev/markdown-lint:v1 \
--config /data/.markdownlint.json \
--ignore /data/_snippets \
--fix \
/data/**/*.md
# --rules /lint/rules/changelog.js \