From 635076af8a112f0fd03246412ffc19614c98900a Mon Sep 17 00:00:00 2001 From: Viktor Voltaire Date: Sun, 2 Jan 2022 14:59:30 +0100 Subject: [PATCH] chore: use CogCheck in example file --- example/.mage/magefile.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/.mage/magefile.go b/example/.mage/magefile.go index c77c0b18..ce171fd4 100644 --- a/example/.mage/magefile.go +++ b/example/.mage/magefile.go @@ -7,7 +7,7 @@ import ( "github.com/magefile/mage/mg" // mage:import - "go.einride.tech/mage-tools/targets/mgcommitlint" + "go.einride.tech/mage-tools/targets/mgcocogitto" // mage:import "go.einride.tech/mage-tools/targets/mggitverifynodiff" @@ -15,7 +15,7 @@ import ( func All() { mg.Deps( - mg.F(mgcommitlint.Commitlint, "main"), + mgcocogitto.CogCheck, ) mg.SerialDeps( mggitverifynodiff.GitVerifyNoDiff,