Go to file
Renovator Bot fbd603191c
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency markdownlint-cli to v0.29.0 (#43)
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-10-08 14:34:55 +02:00
.chglog improve changelog template 2021-09-22 11:39:24 +02:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml improve drone-matrix template 2021-09-22 09:22:38 +02: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 chore: improve generated changelog 2021-05-09 22:42:32 +02:00
Dockerfile chore(deps): update dependency markdownlint-cli to v0.29.0 (#43) 2021-10-08 14:34:55 +02:00
LICENSE chore: add missing license file 2021-09-27 09:15:21 +02: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.