Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 8, 2025
1 parent 1b669b4 commit e49ec9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lychee.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include-fragments = true
include_fragments = true

accept = ["200..=299", "401", "403"]

# better to be safe and avoid failures
max-retries = 6
max_retries = 6
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ table-check:

.PHONY: markdown-link-check
markdown-link-check:
docker pull lycheeverse/lychee

Check warning on line 20 in Makefile

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (lycheeverse)
docker run --rm \
--mount 'type=bind,source=$(PWD),target=/home/repo' \
lycheeverse/lychee \

Check warning on line 23 in Makefile

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (lycheeverse)
Expand Down

0 comments on commit e49ec9c

Please sign in to comment.