Skip to content

Commit

Permalink
chore(tests): run lint on circleci (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Feb 24, 2020
1 parent f2ff5ab commit 2ec6cf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
command: npm run test
working_directory: /tmp/workspace/cli

- run:
command: npm run lint
working_directory: /tmp/workspace/cli

build-ios:
macos:
xcode: "11.1.0"
Expand Down

0 comments on commit 2ec6cf5

Please sign in to comment.