stefanbuck/awesome-browser-extensions-for-github

Validate pull requests with Travis

awesome-bot opened this issue ยท 2 comments

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

Examples

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 ๐Ÿ˜„

๐Ÿ‘

@stefanbuck if the dupes found are meant to be allowed, you can either white list them or use the markdown footnote link style so the link is listed once https://daringfireball.net/projects/markdown/syntax#link

let me know if you need help with that