Skip to content

Commit

Permalink
Merge pull request #1218 from cosmos/david/1217-ci-lint
Browse files Browse the repository at this point in the history
CircleCI: Add lint check to unit test.
  • Loading branch information
faboweb authored Aug 31, 2018
2 parents 07fbbca + 6d06e0b commit 65ec10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- node_modules
key: v3-dependencies-root-{{ checksum "package.json" }}

- run: yarn run lint

- run:
name: Test
command: yarn run test:unit
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* use correct set of seed nodes @ƒaboweb
* validator page showed incorrect voting power @faboweb
* Run lint test in CI. @NodeGuy

## [0.10.1] - 2018-08-29

Expand Down

0 comments on commit 65ec10c

Please sign in to comment.