mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
10 lines
208 B
Bash
Executable File
10 lines
208 B
Bash
Executable File
docker run --rm \
|
|
-v "$(pwd):/data:ro" \
|
|
avtodev/markdown-lint:v1 \
|
|
--config /data/.markdownlint.yaml \
|
|
--ignore /data/_snippets \
|
|
/data/**/*.md
|
|
|
|
|
|
# --rules /lint/rules/changelog.js \
|