From 7ed6dba799c1be7865a3386950f5c5c35bf73313 Mon Sep 17 00:00:00 2001 From: Cai Chun Yan <144422079+thebiggest0@users.noreply.github.com> Date: Fri, 24 May 2024 12:41:52 -0700 Subject: [PATCH] Update markdown-link-check dependency and weekly link check test (#2669) * Update dependency for markdown-link-check to repo in sara-sabr * Update run npm in weekly link-check.yml --- .github/workflows/link-check.yml | 3 ++- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d8e2af22..16b23a49 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -13,4 +13,5 @@ jobs: uses: actions/setup-node@v4 with: node-version: '14.x' - - run: npm weekly-link-check \ No newline at end of file + - run: npm ci + - run: npm run weekly-link-check \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 265ced6c..60f933b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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" @@ -3858,8 +3858,8 @@ }, "node_modules/markdown-link-check": { "version": "3.10.4", - "resolved": "git+https://git@github.com/thebiggest0/markdown-link-check.git#2e03799c15954cc1f0d2a08adf4ffd17cf1447df", - "integrity": "sha512-Pw6qgD07RElrVe802dS1qfwAMnYg4dZ5FJCf8AAyz/TQSvVjFoIejY7INwytHcgk41jgVjdLz8SvkB3P3g/xNg==", + "resolved": "git+https://git@github.com/sara-sabr/markdown-link-check.git#af79d715c1929316806cdb6130a0a5be6a341683", + "integrity": "sha512-ddJlXIu0Ibb+kUsK8adzV8NBFcoqI68Ii51M4rpV6Q/lgLV4iJGgruym92s5eszPuhchrCI7tTPm047IHm3m2g==", "dev": true, "license": "ISC", "dependencies": { @@ -9406,10 +9406,10 @@ } }, "markdown-link-check": { - "version": "git+https://git@github.com/thebiggest0/markdown-link-check.git#2e03799c15954cc1f0d2a08adf4ffd17cf1447df", - "integrity": "sha512-Pw6qgD07RElrVe802dS1qfwAMnYg4dZ5FJCf8AAyz/TQSvVjFoIejY7INwytHcgk41jgVjdLz8SvkB3P3g/xNg==", + "version": "git+https://git@github.com/sara-sabr/markdown-link-check.git#af79d715c1929316806cdb6130a0a5be6a341683", + "integrity": "sha512-ddJlXIu0Ibb+kUsK8adzV8NBFcoqI68Ii51M4rpV6Q/lgLV4iJGgruym92s5eszPuhchrCI7tTPm047IHm3m2g==", "dev": true, - "from": "markdown-link-check@git+https://git@github.com/thebiggest0/markdown-link-check.git#2e03799c15954cc1f0d2a08adf4ffd17cf1447df", + "from": "markdown-link-check@git+https://git@github.com/sara-sabr/markdown-link-check.git#af79d715c1929316806cdb6130a0a5be6a341683", "requires": { "async": "^3.2.4", "chalk": "^4.1.2", diff --git a/package.json b/package.json index 3d771993..558aa802 100644 --- a/package.json +++ b/package.json @@ -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"