Skip to content

Commit

Permalink
Merge pull request #1 from dotfiles/master
Browse files Browse the repository at this point in the history
pull updates
  • Loading branch information
ridhwaans authored Jun 23, 2019
2 parents a00c6ff + 0ad4bae commit 77a81f3
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 32 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby

steps:
- checkout

- run:
name: Install awesome_bot
command: gem install awesome_bot

- run:
name: Check index.md
command: awesome_bot index.md --allow-dupe --allow-redirect

- run:
name: Check readme.md
command: awesome_bot README.md --allow-dupe --allow-redirect --white-list http://localhost:8484
Loading

0 comments on commit 77a81f3

Please sign in to comment.