Skip to content

Commit

Permalink
unpin mlc version
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Aug 4, 2024
1 parent 736bf0b commit 6f8c560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-bin/configure_lint
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh -ue

# Attempt to install markdown-link-check if absent
# TODO: unpin version following tcort/markdown-link-check#304
markdown-link-check -V || npm install -g [email protected]
markdown-link-check -V || npm install -g markdown-link-check

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

0 comments on commit 6f8c560

Please sign in to comment.