Skip to content

Commit

Permalink
feat(taskfile): update check-and-push task
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 30, 2023
1 parent 6598de9 commit 5b5aec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ tasks:

check-and-push:
cmds:
- task: ensure-clean-working-tree
- git pull --no-edit
- task: pre-push-preparation
- git push

Expand Down

0 comments on commit 5b5aec2

Please sign in to comment.