1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Add markdown linting (without breaking the site this time!)

This commit is contained in:
David Young
2021-10-21 17:53:15 +13:00
committed by GitHub
parent 52460b8ead
commit 22293fa93d
131 changed files with 668 additions and 1361 deletions

View File

@@ -1,7 +1,7 @@
docker run --rm \
-v "$(pwd):/data:ro" \
avtodev/markdown-lint:v1 \
--config /data/.markdownlint.json \
--config /data/.markdownlint.yaml \
--ignore /data/_snippets \
/data/**/*.md