switch to ruby markdownlint and add ci validation

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-05-25 12:17:02 +02:00
parent 86d104acd6
commit 9c296afa3e
8 changed files with 60 additions and 17 deletions

View File

@@ -33,9 +33,13 @@ vendor:
htmlproofer:
$(BUILDX_CMD) bake htmlproofer
# Lint tool for markdown files
mdl:
$(BUILDX_CMD) bake mdl
# Deploy website and run it through Docker compose
# Available in your browser at http://localhost:4000
deploy:
docker compose up --build
.PHONY: buildx-yaml release vendor htmlproofer deploy
.PHONY: buildx-yaml release vendor htmlproofer mdl deploy