Skip to content

Commit

Permalink
Pin markdown-link-check to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Vara Prasad Bandaru committed Mar 14, 2024
1 parent c7daf70 commit 28b6e0a
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 @@ -23,9 +23,11 @@ jobs:
run: |
npm install -g prettier && prettier --check '**/*.md' '**/*.yml'
# S3v3ru5: 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 && find . -name '*.md' | xargs markdown-link-check
npm install -g markdown-link-check@3.11 && find . -name '*.md' | xargs markdown-link-check
- name: Cargo sort
run: |
Expand Down

0 comments on commit 28b6e0a

Please sign in to comment.