We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839dabd + e867c67 commit 004ddbcCopy full SHA for 004ddbc
Makefile
@@ -162,3 +162,7 @@ docker-build: all-container
162
163
.PHONY: docker-push
164
docker-push: all-push
165
+
166
+.PHONY: check_dead_links
167
+check_dead_links:
168
+ 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)
0 commit comments