Skip to content

Commit

Permalink
Remove markdown link check
Browse files Browse the repository at this point in the history
This CI job is incredibly flaky and provides little value.
Remove it to reduce maintenance burden.
  • Loading branch information
lopopolo committed Dec 24, 2024
1 parent 02c9bc1 commit e768007
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
19 changes: 0 additions & 19 deletions .github/markdown-link-check.json

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/markdown-link-check.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"scripts": {
"fmt": "prettier --write \"**/*\"",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release:markdown_link_check": "find . -name '*.md' -and -not -path '*/node_modules/*' | sort | xargs -n1 npx markdown-link-check --config .github/markdown-link-check.json"
"lint:fix": "eslint --fix ."
}
}

0 comments on commit e768007

Please sign in to comment.