Skip to content

Commit f7686e1

Browse files
authored
ci: remove markdown-link-check configuration (#1300)
1 parent c390a59 commit f7686e1

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

md-linkcheck.json

-16
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"There are no tests :(\"",
1414
"build": "ncc build -o dist index.js",
1515
"format": "prettier --write index.js src/ping.js",
16-
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
16+
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
1717
"update:cypress": "./scripts/update-cypress-latest.sh",
1818
"prepare": "husky"
1919
},

0 commit comments

Comments
 (0)