Add task to verify markdown links
This commit is contained in:
parent
839dabd53d
commit
e867c670c6
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue