Skip to content

Commit

Permalink
Update markdown-link-check dependency and weekly link check test (#2669)
Browse files Browse the repository at this point in the history
* Update dependency for markdown-link-check to repo in sara-sabr

* Update run npm in weekly link-check.yml
  • Loading branch information
thebiggest0 authored May 24, 2024
1 parent f00b6db commit 7ed6dba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm weekly-link-check
- run: npm ci
- run: npm run weekly-link-check
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"editorconfig-checker": "^4.0.2",
"license-compatibility-checker": "^0.3.0",
"licensee": "^10.0.0",
"markdown-link-check": "git+https://git@github.com/thebiggest0/markdown-link-check.git#2e03799c15954cc1f0d2a08adf4ffd17cf1447df",
"markdown-link-check": "git+https://git@github.com/sara-sabr/markdown-link-check.git#af79d715c1929316806cdb6130a0a5be6a341683",
"markdownlint-cli": "^0.32.2",
"site-validator-cli": "^1.3.5",
"yaml": "^2.2.2"
Expand Down

0 comments on commit 7ed6dba

Please sign in to comment.