Skip to content

Commit

Permalink
chore: use CogCheck in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Voltaire authored and viktorvoltaire committed Jan 2, 2022
1 parent 05109f3 commit 635076a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/.mage/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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"
)

func All() {
mg.Deps(
mg.F(mgcommitlint.Commitlint, "main"),
mgcocogitto.CogCheck,
)
mg.SerialDeps(
mggitverifynodiff.GitVerifyNoDiff,
Expand Down

0 comments on commit 635076a

Please sign in to comment.