act/pkg/model
Björn Brauer ed01f464ed
refactor: export and move shared contexts into pkg/model (#931)
This commit moves the githubContext, jobContext and stepResult structs
from the runner package to the model package in preparation for #908
because the expression.go file lives in the runner package and would
introduce cyclic dependencies with the exprparser package.

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-12-22 19:52:09 +00:00
..
testdata Simplify Matrix decode, add defaults for fail-fast and max-parallel, add test (#763) 2021-08-09 15:35:05 +00:00
action.go feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
github_context.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
job_context.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
planner.go fix: continue jobs + steps after failure (#840) 2021-12-08 20:57:42 +00:00
planner_test.go refactor: NewWorkflowPlanner (#648) 2021-05-03 07:57:24 -07:00
step_result.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
workflow.go Feature: uses in composite (#793) 2021-12-22 19:19:50 +00:00
workflow_test.go fix: rework setupShellCommand (#930) 2021-12-22 06:37:16 +00:00