File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ jobs :
3+ build :
4+ docker :
5+ - image : circleci/ruby
6+
7+ steps :
8+ - checkout
9+
10+ - run :
11+ name : Install awesome_bot
12+ command : gem install awesome_bot
13+
14+ - run :
15+ name : Check README.md
16+ command : awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# git-extra-commands
22
33[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4- [ ![ Build Status ] ( https://travis-ci.org/ unixorn/git-extra-commands.svg?branch=master )] ( https://travis-ci.org /unixorn/git-extra-commands )
4+ [ ![ CircleCI ] ( https://circleci.com/gh/ unixorn/git-extra-commands.svg?style=shield )] ( https://circleci.com/gh /unixorn/git-extra-commands )
55[ ![ Code Climate] ( https://codeclimate.com/github/unixorn/git-extra-commands/badges/gpa.svg )] ( https://codeclimate.com/github/unixorn/git-extra-commands )
66[ ![ Issue Count] ( https://codeclimate.com/github/unixorn/git-extra-commands/badges/issue_count.svg )] ( https://codeclimate.com/github/unixorn/git-extra-commands )
77[ ![ GitHub stars] ( https://img.shields.io/github/stars/unixorn/git-extra-commands.svg )] ( https://github.com/unixorn/git-extra-commands/stargazers )
You can’t perform that action at this time.
0 commit comments