Skip to content

Commit 9382d9c

Browse files
fixes markdown-link-check until we switch to lycheeverse/lychee (#275)
Same fix as zipkin here openzipkin/zipkin#3757 Signed-off-by: Adrian Cole <[email protected]>
1 parent 0959243 commit 9382d9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-bin/configure_lint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh -ue
22

33
# Attempt to install markdown-link-check if absent
4-
markdown-link-check -V || npm install -g markdown-link-check
4+
# Pinned until https://github.com/tcort/markdown-link-check/issues/369
5+
markdown-link-check -V || npm install -g [email protected]
56

67
# Attempt to install yamllint if absent
78
yamllint || pip install --user yamllint

0 commit comments

Comments
 (0)