We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f26f72 commit 53572dcCopy full SHA for 53572dc
1 file changed
project_name/justfile.jinja
@@ -30,6 +30,7 @@ prepare:
30
uv run pre-commit install
31
32
check-and-push:
33
+ [ -n "$(git status --porcelain)" ]
34
just check
35
git push --follow-tags
36
0 commit comments