From 5ca8e8d01f8221b287e6f1c2ba98ee419689fb94 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 1 Dec 2022 13:55:34 -0500 Subject: [PATCH] add integrate task --- Taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 0d33226..d63017c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -8,6 +8,11 @@ vars: tasks: "precommit:init": pre-commit install -t pre-merge-commit -t pre-push + integrate: + cmds: + - git is-clean + - git co main + - git weld - lint:fix: cmds: