Print git status if worktree is dirty
This commit is contained in:
parent
edd1dc1016
commit
c5b6cd0513
3 changed files with 3 additions and 2 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
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -259,7 +259,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "en"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "en"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
description = "A non-linear writing instrument."
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue