Skip to content

Commit 6d2c193

Browse files
committed
Change script name check:markdown-links
1 parent 480f33d commit 6d2c193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Check Markdown links
19-
run: npm run check:markdown
19+
run: npm run check:markdown-links
2020
- name: Check Markdown formatting
2121
run: npm run format:markdown:check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format:markdown": "prettier --write \"**/*.md\"",
1717
"format:markdown:check": "prettier --check \"**/*.md\"",
1818
"lint": "eslint",
19-
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
19+
"check:markdown-links": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
2020
"update:cypress": "./scripts/update-cypress-latest.sh",
2121
"prepare": "husky"
2222
},

0 commit comments

Comments
 (0)