iOS_ML
iOS_ML copied to clipboard
Validate Links
Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request or pushes a commit to iOS_ML
.
For example, you could see that
https://github.com/okulbilisim/awesome-datascience redirects to https://github.com/bulutyazilim/awesome-datascience
or that
http://www.sunsetlakesoftware.com/2010/10/22/gpu-accelerated-video-processing-mac-and-ios0 is no longer available (404)
More results here https://gist.github.com/ReadmeCritic/5499011408183a04c1b87ef147aaced1
This tool is currently being used by
- https://github.com/enaqx/awesome-react
- https://github.com/matteocrippa/awesome-swift
- and many more
More examples
- https://travis-ci.org/matteocrippa/awesome-swift/builds/96526196 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/dkhamsing/open-source-ios-apps/builds/95754715 dupe 🔴
If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml
file to the project (you can also use CircleCI or other CI tools).
See https://github.com/dkhamsing/awesome_bot for options, more information :smile:
Awesome! That's what I needed.