Skip to content

Commit

Permalink
Re-enable linkcheck as per updates in sustainers#120
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolski committed Jan 28, 2025
1 parent 54abb9e commit 20b3266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Install Dependencies
run: npm install -g markdown-link-check

#- name: Check Links
# run: markdown-link-check -q ./*.md -c mdlinkcheckconfig.json && markdown-link-check ./**/*.md -q -c mdlinkcheckconfig.json
- name: Check Links
run: markdown-link-check -q ./*.md -c mdlinkcheckconfig.json && markdown-link-check ./**/*.md -q -c mdlinkcheckconfig.json

0 comments on commit 20b3266

Please sign in to comment.