Skip to content

Commit

Permalink
ci: change the docker option to run on lint-link
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrayz committed Mar 14, 2024
1 parent eb97cf2 commit 30e6752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lint-specs-toc:

# Validates all hyperlinks respond with status 200
lint-links:
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback \
docker run --init -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback \
--exclude twitter.com --exclude explorer.optimism.io --exclude linux-mips.org --exclude vitalik.ca \
--exclude-mail /input/README.md "/input/specs/**/*.md"

Expand Down

0 comments on commit 30e6752

Please sign in to comment.