.gitsv | ||
.woodpecker | ||
overlay/bin | ||
.dictionary | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Containerfile.multiarch | ||
LICENSE | ||
README.md | ||
renovate.json | ||
trivy.yaml |
markdownlint-cli
Custom image for markdownlint-cli
Custom container image for markdownlint-cli optimized for CI.
Usage
docker run -v $(pwd):/src markdownlint-cli
# or pass arguments to markdownlint-cli
docker run -v $(pwd):/src markdownlint-cli -p .gitignore
Build
docker build -t markdownlint-cli:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.