Browse Source

Add lint and test jobs

main
Spokequenouille 6 years ago
committed by GitHub
parent
commit
51cbd857e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -13,6 +13,7 @@ jobs:
- run:
name: install node
command: yarn global add node-gyp && yarn install
- run: yarn lint && yarn format:check && yarn test.ci
- save_cache:
key: yarn-packages-{{checksum "yarn.lock"}}
paths:

Loading…
Cancel
Save