schema violations found
@ -4,6 +4,9 @@ workflows:
build_and_test:
jobs:
- build
- lint:
requires:
build:
docker:
@ -24,3 +27,14 @@ jobs:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
lint:
- image: cimg/node:12.18
steps:
- checkout
- restore_cache:
name: Restore Yarn Package Cache
- run:
name: "Lint Code"
command: yarn lint && yarn format:check