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