Go to file
Robert Kaussow dcb82f1664
initial commit
2020-10-27 21:54:28 +01:00
overlay/bin initial commit 2020-10-27 21:54:28 +01:00
.drone.yml initial commit 2020-10-27 21:54:28 +01:00
.prettierignore initial commit 2020-10-27 21:54:28 +01:00
CHANGELOG.md initial commit 2020-10-27 21:54:28 +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.