Skip to content

Commit

Permalink
Pin markdown-link-check to version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Mar 11, 2024
1 parent 29c7a45 commit 5aba72c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
- name: Prettier
run: npm install -g prettier && prettier --check '**/*.json' '**/*.md' '**/*.yml'

# smoelius: Pin `markdown-link-check` to version 3.11 until the following issue is resolved:
# https://github.com/tcort/markdown-link-check/issues/304
- name: Markdown link check
run: npm install -g markdown-link-check && markdown-link-check ./**/*.md
run: npm install -g markdown-link-check@3.11 && markdown-link-check ./**/*.md

# https://github.com/DevinR528/cargo-sort/issues/57#issuecomment-1457714872
- name: Cargo sort
Expand Down

0 comments on commit 5aba72c

Please sign in to comment.