diff --git a/.circleci/config.yml b/.circleci/config.yml index 77422afe71..4fcf4c5a90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 816ba989eb..7169f7f51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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