Skip to content

Commit

Permalink
ci: pins markdown-link-check due to regression (#3757)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Apr 13, 2024
1 parent 03c9588 commit 78b2669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-bin/configure_lint
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh -ue

# Attempt to install markdown-link-check if absent
markdown-link-check -V || npm install -g markdown-link-check
# TODO: unpin version following tcort/markdown-link-check#304
markdown-link-check -V || npm install -g markdown-link-check@3.11.2

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

0 comments on commit 78b2669

Please sign in to comment.