Source files of the container image volkerraschek/markdownlint
Go to file
Markus Pesch d2730585a3
continuous-integration/drone/push Build is passing Details
fix(renovate): adapt markdownlint version regexp
2022-07-25 12:28:36 +02:00
.dockerignore Initial Commit 2021-09-08 18:14:28 +02:00
.drone.yml chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.32.0 2022-07-19 19:22:09 +02:00
.editorconfig Initial Commit 2021-09-08 18:14:28 +02:00
.gitattributes Initial Commit 2021-09-08 18:14:28 +02:00
.gitignore Initial Commit 2021-09-08 18:14:28 +02:00
.markdownlint.yaml Initial Commit 2021-09-08 18:14:28 +02:00
Dockerfile fix: bump to v0.32.0 2022-07-18 10:31:06 +02:00
LICENSE Initial Commit 2021-09-08 18:14:28 +02:00
Makefile fix: bump to v0.32.0 2022-07-18 10:31:06 +02:00
README.md fix: README 2021-09-08 19:44:53 +02:00
manifest.tmpl feat: support arm64 2021-10-23 16:55:29 +02:00
renovate.json fix(renovate): adapt markdownlint version regexp 2022-07-25 12:28:36 +02:00

README.md

markdownlint-docker

Build Status Docker Pulls

This project contains all sources to build the container image docker.io/volkerraschek/markdownlint. The primary goal of this project is to packge the binary markdownlint-ci as container image. The source code of the binary can be found in the upstream project of igorshubovych.

The workflow or how markdownlint-ci can in general be used is documented here.