Go to file
Renovator Bot b7c15959fc
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency markdownlint-cli to v0.27.1 (#14)
chore(deps): update dependency markdownlint-cli to v0.27.1

Reviewed-on: docker/markdownlint-cli#14
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
2021-03-14 14:09:55 +01:00
.chglog ci: auto-generate changelog 2021-02-11 20:53:33 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml ci: auto-generate changelog 2021-02-11 20:53:33 +01:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:37 +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
Dockerfile chore(deps): update dependency markdownlint-cli to v0.27.1 (#14) 2021-03-14 14:09:55 +01:00
README.md chore: replace master by main as default branch 2020-12-30 16:31:41 +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.