version: 2
jobs:
misspell:
docker:
- image: circleci/golang:1.14
steps:
- checkout
- run:
name: Misspell Install
command: make install-misspell
name: Misspell check
command: make misspell
workflows:
check-errors:
- misspell