Update circleci config

This commit is contained in:
Lachlan Sneff 2019-04-12 11:08:20 -07:00
parent 7c6f37c39b
commit b568d30333

View File

@ -12,6 +12,14 @@ run_install_dependencies: &run_install_dependencies
version: 2
jobs:
changelog:
docker:
- image: docker:stable-git
steps:
- checkout
- run:
command: ! git diff --exit-code CHANGELOG.md
# Job used for testing
lint:
docker: