act/pkg/model
Markus Wolf 1e72c594ac
fix: return invalid step type ()
If a step does not have either a `run` or `uses` directive it is
considered invalid.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-11 19:30:18 +00:00
..
testdata implement volume mount for container job () 2022-04-04 18:01:13 +00:00
action.go refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() () 2022-02-15 20:03:00 +00:00
github_context.go feat: support GITHUB_REF_NAME & GITHUB_REF_TYPE () 2022-05-08 14:23:19 +00:00
github_context_test.go feat: try to read ref and sha from event payload if available () 2022-01-21 08:10:00 -08:00
job_context.go refactor: export and move shared contexts into pkg/model () 2021-12-22 19:52:09 +00:00
planner.go refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() () 2022-02-15 20:03:00 +00:00
planner_test.go refactor: NewWorkflowPlanner () 2021-05-03 07:57:24 -07:00
step_result.go feat: add skipped status as step result () 2022-01-21 08:10:26 -08:00
workflow.go fix: return invalid step type () 2022-05-11 19:30:18 +00:00
workflow_test.go implement volume mount for container job () 2022-04-04 18:01:13 +00:00