@ -6,6 +6,9 @@ workflows:
- lint:
requires:
- build
- test:
jobs:
build:
docker:
@ -27,3 +30,11 @@ jobs:
- restore_cache:
key: yarn-packagesV2-{{ checksum "yarn.lock" }}
- run: yarn lint && yarn format:check
test:
- image: "circleci/node:12"
steps:
- checkout
- run: yarn test:ci