Go to file
Robert Kaussow 0380f1811c
continuous-integration/drone/push Build is passing Details
chore: use renovate preset config
2020-12-30 16:14:21 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml pin plugins/docker to v19 2020-11-28 12:10:29 +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] update changelog 2020-12-21 00:12:23 +01:00
Dockerfile switch to org.opencontainers container labels 2020-12-20 22:47:44 +01:00
README.md initial commit 2020-10-27 21:54:28 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:14:21 +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.