Go to file
Robert Kaussow df469e2b24
continuous-integration/drone/push Build is passing Details
sign drone config
2020-10-27 22:00:15 +01:00
overlay/bin initial commit 2020-10-27 21:54:28 +01:00
.drone.yml sign drone config 2020-10-27 22:00:15 +01:00
.prettierignore initial commit 2020-10-27 21:54:28 +01:00
CHANGELOG.md sign drone config 2020-10-27 22:00:15 +01:00
Dockerfile initial commit 2020-10-27 21:54:28 +01:00
README.md initial commit 2020-10-27 21:54:28 +01:00
renovate.json initial commit 2020-10-27 21:54:28 +01:00

README.md

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.