Skip to content

Commit 94da979

Browse files
authored
Update models/actions/runner.go
1 parent 310e85b commit 94da979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/actions/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type ActionRunner struct {
5353
}
5454

5555
// RunnerType defines the runner type
56-
type RunnerType int //revive:disable-line:exported
56+
type RunnerType int //nolint:revive
5757

5858
const (
5959
// RunnerTypeGlobal defines a global runner

0 commit comments

Comments
 (0)