mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
switch to ruby markdownlint and add ci validation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user