Skip to content

Commit 22848bc

Browse files
Added linkcheck action to makefile
1 parent b3134af commit 22848bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,10 @@ endif
587587
yamllint:
588588
@docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/data cytopia/yamllint:latest /data --config-file /data/.yamllint --no-warnings
589589

590+
.PHONY: linkcheck
591+
linkcheck:
592+
@docker run -it --rm -w /input -v $(PWD):/input lycheeverse/lychee . --hidden
593+
590594
## --------------------------------------
591595
## Cleanup / Verification
592596
## --------------------------------------

0 commit comments

Comments
 (0)