Merge pull request #1563 from aledbf/check-task

Add task to verify markdown links
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-20 21:25:33 -04:00 committed by GitHub
commit 004ddbcd2f

View file

@ -162,3 +162,7 @@ docker-build: all-container
.PHONY: docker-push .PHONY: docker-push
docker-push: all-push docker-push: all-push
.PHONY: check_dead_links
check_dead_links:
docker run -t -v $$PWD:/tmp rubygem/awesome_bot --allow-dupe --allow-redirect $(shell find $$PWD -name "*.md" -mindepth 1 -printf '%P\n' | grep -v vendor | grep -v Changelog.md)