MCPcopy
hub / github.com/nektos/act / NewPlanExecutor

Method NewPlanExecutor

pkg/runner/runner.go:18–18  ·  view source on GitHub ↗
(plan *model.Plan)

Source from the content-addressed store, hash-verified

16// Runner provides capabilities to run GitHub actions
17type Runner interface {
18 NewPlanExecutor(plan *model.Plan) common.Executor
19}
20
21// Config contains the config for a new runner

Callers 5

runTestMethod · 0.65
runTestJobFileFunction · 0.65
newRunCommandFunction · 0.65

Implementers 1

runnerImplpkg/runner/runner.go

Calls

no outgoing calls

Tested by 2

runTestMethod · 0.52
runTestJobFileFunction · 0.52