-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dotfiles/master
pull updates
- Loading branch information
Showing
2 changed files
with
75 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.