Skip to content

Commit

Permalink
Unpin markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Aug 15, 2023
1 parent 5d00af2 commit ad02e7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions necessist/tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,8 @@ fn license() {
fn markdown_link_check() {
let tempdir = tempdir().unwrap();

// smoelius: Pin `markdown-link-check` to version 3.10.3 until the following issue is resolved:
// https://github.com/tcort/markdown-link-check/issues/246
Command::new("npm")
.args(["install", "markdown-link-check@3.10.3"])
.args(["install", "markdown-link-check"])
.current_dir(&tempdir)
.assert()
.success();
Expand Down

0 comments on commit ad02e7b

Please # to comment.