enocom / gopher-reading-list

A curated selection of blog posts on Go
Apache License 2.0
7.91k stars 575 forks source link

Configure CircleCI build to check links #96

Closed mvxt closed 5 years ago

mvxt commented 5 years ago

To onboard:

  1. Go to circleci.com and login w/ Github.
  2. Go to "Add Project" on the left side and add this project. This will automatically setup the webhooks for you.
  3. Click "Start Building" and you'll see it fail because by default it will kick off a build on your master branch, which doesn't have this config file yet.
  4. Here is a link to the build on my fork, which confirms it's working.
  5. Once you merge this PR in, then it will build on your master branch.

Let me know if you have any questions.

By the way, the build on CircleCI runs in ~8-10 seconds. Way faster than the 1 minute Travis took.

NOTE: I didn't remove .travis.yml in this PR, I figure I'll let you handle that if you decide you like this better.

enocom commented 5 years ago

Awesome! Thanks!