Go to file
Robert Kaussow a5b7a32359
continuous-integration/drone/tag Build is passing Details
[skip ci] prepare release
2020-11-18 09:46:24 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml fix pipeline deps 2020-10-28 09:14:57 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 08:40:49 +01:00
.prettierignore initial commit 2020-10-27 21:54:28 +01:00
CHANGELOG.md [skip ci] prepare release 2020-11-18 09:46:24 +01:00
Dockerfile Update dependency markdownlint-cli to v0.25.0 2020-11-17 06:02:00 +00: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.