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 642c5d9 commit ca9c06a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cast_checks/tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,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 ca9c06a

Please sign in to comment.