Validate Links
awesome-bot opened this issue · 3 comments
awesome-bot commented
Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.
It is currently being used by many projects including
- https://github.com/vinta/awesome-python
- https://github.com/enaqx/awesome-react
- https://github.com/vsouza/awesome-ios
- https://github.com/caesar0301/awesome-public-datasets
- https://github.com/veggiemonk/awesome-docker
Examples
- https://travis-ci.org/vinta/awesome-python/builds/98201707 ok ✅
- https://travis-ci.org/matteocrippa/awesome-swift/builds/96722421 link redirected / rename 🔴
- https://travis-ci.org/dkhamsing/open-source-ios-apps/builds/96763135 bad link / project deleted 🔴
- https://travis-ci.org/vsouza/awesome-ios/builds/106914621 dupe 🔴
If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml
file to the project.
See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment 😄
lirantal commented
@wsargent sounds like a good idea, what do you think?
I'll be happy to submit a PR.
lirantal commented
@ReadmeCritic submitted a PR for that