Awesome-Server-Side-Swift / TheList

A list of Awesome Server Side Swift 3 projects
The Unlicense
871 stars 81 forks source link

Validate Links #4

Closed awesome-bot closed 8 years ago

awesome-bot commented 8 years ago

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 a commit is pushed.

It is currently being used by

Examples

If you are interested, connect TheList to https://travis-ci.org/ and add a .travis.yml file to the project. You can also use https://circleci.com/ which does not not require a config file in your repo.

See https://github.com/dkhamsing/awesome_bot for options, more information Let me know if you have any questions :smile:

iamjono commented 8 years ago

Thanks, merged your PR :)

awesome-bot commented 8 years ago

Uh actually the pr was a one time fix, this is about keeping the links correct on an ongoing basis

Let me know if you have questions