Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 3, 2024
1 parent e903cb9 commit 3d685fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/lefthook/runner/result.go

This file was deleted.

6 changes: 6 additions & 0 deletions internal/lefthook/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ type Runner struct {
executor exec.Executor
}

// Result contains name of a command/script and an optional fail string.
type Result struct {
Name string
Err error
}

func New(opts Options) *Runner {
return &Runner{
Options: opts,
Expand Down

0 comments on commit 3d685fb

Please sign in to comment.