Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Marques committed Apr 9, 2018
1 parent 612d439 commit 089db33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run linter
- run: yarn lint

# run flow
- run: yarn flow

Expand Down

0 comments on commit 089db33

Please sign in to comment.