Skip to content

Commit

Permalink
Don't run format on check
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Jun 28, 2024
1 parent df5f66c commit 194c56d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func setupCheckCommand() *cobraext.Command {
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
err := cobraext.ComposeCommands(args,
setupFormatCommand(),
setupLintCommand(),
setupBuildCommand(),
)
Expand Down

0 comments on commit 194c56d

Please sign in to comment.