Skip to content

Commit

Permalink
Add readme code style badge
Browse files Browse the repository at this point in the history
  • Loading branch information
daern91 committed Feb 4, 2018
1 parent 3ecdae2 commit efa46ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build Status](https://travis-ci.org/daern91/build-actions.svg?branch=master)](https://travis-ci.org/daern91/build-actions)
[![Coverage Status](https://coveralls.io/repos/github/daern91/build-actions/badge.svg?branch=master)](https://coveralls.io/github/daern91/build-actions?branch=master)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)


A small library to diff Customers and build update actions.

Expand Down Expand Up @@ -53,5 +55,5 @@ const actions = buildActions(oldCustomerObject, newCustomerObject);
* [x] Lint
* [x] README
* [x] Use ES6
* [x] Travis build
* [x] TravisCI
* [ ] Cucumber features for CLI integration tests (provided that you did the advanced part)

0 comments on commit efa46ce

Please sign in to comment.