Skip to content

Commit

Permalink
Pin markdown to 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jan 8, 2025
1 parent 0a7dc4d commit f4f25ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "MDS=$(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base origin/${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.sha }}) ${{ github.event.pull_request.head.sha }} | grep .md$ | grep -v vendor/ | xargs)" >> $GITHUB_ENV
- name: Install markdown-link-check
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.12.2
if: ${{ env.MDS }}

- name: Run markdown-link-check
Expand Down

0 comments on commit f4f25ae

Please sign in to comment.