markdownlint-cli/README.md
Robert Kaussow f7b48512f5
All checks were successful
continuous-integration/drone/push Build is passing
chore: replace master by main as default branch
2020-12-30 16:31:41 +01:00

1.3 KiB

markdownlint-cli

Custom image for markdownlint-cli

Build Status Docker Hub Quay.io Source: Gitea License: MIT

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.