Print git status if worktree is dirty
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-02-18 05:22:03 -03:00
commit b0cc60971e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"