We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3134af commit 22848bcCopy full SHA for 22848bc
Makefile
@@ -587,6 +587,10 @@ endif
587
yamllint:
588
@docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/data cytopia/yamllint:latest /data --config-file /data/.yamllint --no-warnings
589
590
+.PHONY: linkcheck
591
+linkcheck:
592
+ @docker run -it --rm -w /input -v $(PWD):/input lycheeverse/lychee . --hidden
593
+
594
## --------------------------------------
595
## Cleanup / Verification
596
0 commit comments