Skip to content

Commit 1748301

Browse files
authored
Add fmt to check target (#364)
1 parent 1a87127 commit 1748301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var Aliases = map[string]interface{}{
4343
// Check runs all the checks
4444
// nolint: deadcode,unparam // it's used as a `mage` target and requires returning an error
4545
func Check() error {
46-
mg.Deps(devtools.Deps.CheckModuleTidy, CheckLicenseHeaders)
46+
mg.Deps(devtools.Deps.CheckModuleTidy, CheckLicenseHeaders, Fmt)
4747
mg.Deps(devtools.CheckNoChanges)
4848
return nil
4949
}

0 commit comments

Comments
 (0)