diff --git a/Justfile b/Justfile index a6399b1..178a673 100644 --- a/Justfile +++ b/Justfile @@ -40,3 +40,7 @@ @fix: cog pipenv run ruff . --fix pipenv run black . + +# Push commit if tests pass +@push: test lint + git push