This commit is contained in:
parent
edd1dc1016
commit
b0cc60971e
2 changed files with 2 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ verify:
|
|||
export RUSTFLAGS=${RUSTFLAGS:-"-Dwarnings"}
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
echo "Git working tree is dirty: Commit or stash your changes first"
|
||||
git status
|
||||
exit 1
|
||||
fi
|
||||
{{ just_cmd }} version-assess format-assess lint-assess check test cover-assess
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "en"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "A non-linear writing instrument."
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue