Lint when publishing (#78)
This commit is contained in:
parent
886acf2f95
commit
22a97b3e86
2
justfile
2
justfile
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user