Skip to content

Commit

Permalink
Work around markdown-lint-check issue
Browse files Browse the repository at this point in the history
Pins the version to the last known version that works with a config file, like we use.
  • Loading branch information
shakuzen committed Dec 4, 2024
1 parent 7aa8429 commit d0274c6
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
# Pinned until https://github.com/tcort/markdown-link-check/issues/369
markdown-link-check -V || npm install -g [email protected]

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

0 comments on commit d0274c6

Please sign in to comment.