Skip to content

Commit

Permalink
Change script name check:markdown-links
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 27, 2025
1 parent 480f33d commit 6d2c193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check Markdown links
run: npm run check:markdown
run: npm run check:markdown-links
- name: Check Markdown formatting
run: npm run format:markdown:check
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format:markdown": "prettier --write \"**/*.md\"",
"format:markdown:check": "prettier --check \"**/*.md\"",
"lint": "eslint",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
"check:markdown-links": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
"update:cypress": "./scripts/update-cypress-latest.sh",
"prepare": "husky"
},
Expand Down

0 comments on commit 6d2c193

Please sign in to comment.