Skip to content

Commit

Permalink
Pin markdown-link-check to 3.10.3 due to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Apr 5, 2023
1 parent 3a25575 commit c412ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
npm install -g markdown-link-check
npm install -g markdown-link-check@3.10.3
git ls-files -z '*.md' | xargs -0 -n1 markdown-link-check --config .markdownlinkcheck.jsonc

0 comments on commit c412ab4

Please sign in to comment.