We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03251f commit 1ab5241Copy full SHA for 1ab5241
Makefile
@@ -18,6 +18,7 @@ table-check:
18
markdown-link-check:
19
docker run --rm \
20
--mount 'type=bind,source=$(PWD),target=/home/repo' \
21
+ -e GITHUB_TOKEN \
22
lycheeverse/lychee:sha-8222559@sha256:6f49010cc46543af3b765f19d5319c0cdd4e8415d7596e1b401d5b4cec29c799 \
23
--config home/repo/.lychee.toml \
24
--root-dir /home/repo \
0 commit comments