@ -3,13 +3,16 @@ version: 2.1
workflows:
std:
jobs:
- yarn1
- yarn
- lint:
requires:
- test:
yarn1:
yarn:
docker:
- image: cimg/node:14.10.1
steps:
@ -33,4 +36,14 @@ jobs:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn lint
- run: yarn format:check
test:
- checkout
- restore_cache:
- run: yarn test:ci