Renovator Bot
7ed9303796
All checks were successful
continuous-integration/drone/pr Build is passing
|
||
---|---|---|
.chglog | ||
overlay/bin | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |
markdownlint-cli
Custom image for markdownlint-cli
Custom wrapper Docker image for markdownlint-cli optimized for CI.
Usage
docker run -v $(pwd):/drone/src markdownlint-cli
# or pass arguments to markdownlint-cli
docker run -v $(pwd):/drone/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.