Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add awesome-lint #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: ruby
rvm: 2.2
before_script: gem install awesome_bot
script: awesome_bot --allow-redirect --allow-dupe README.md
before_script:
- gem install awesome_bot
- npm install --global awesome-lint
script:
- awesome_bot --allow-redirect --allow-dupe README.md
- awesome-lint
notifications:
email: true
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Awesome Biohacking [![Build Status](https://travis-ci.org/seeker89/awesome-biohacking.svg?branch=master)](https://travis-ci.org/seeker89/awesome-biohacking)
# Awesome Biohacking [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

A curated list of awesome biohacking resources

## Biohacking
A curated list of awesome biohacking resources.

According to [Merriam-Webster](https://www.merriam-webster.com/dictionary/biohacking):

Expand All @@ -14,6 +12,7 @@ Overlaps with [Do-it-yourself biology](https://en.wikipedia.org/wiki/Do-it-yours

:warning: None of this is medical advice. For research use only.

## Books
## Contents


## Books
1 change: 1 addition & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO