Lint when publishing (#78)

This commit is contained in:
Casey Rodarmor 2016-11-12 09:21:37 -08:00 committed by GitHub
parent 886acf2f95
commit 22a97b3e86

View file

@ -19,7 +19,7 @@ check:
version = `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml`
publish: clippy test
publish: lint clippy test
git branch | grep '* master'
git diff --no-ext-diff --quiet --exit-code
git co -b {{version}}