act/pkg
Björn Brauer e4f0080a1e
refactor: extract setupAction into ActionReader (#986)
This change extracts the functionality of reading an `action.y(a)ml` or
creation of a `(Synthetic Action)` into its own type to enable better
unit testing / mocking of those IO operations.

This is done in preparation for the implementation of pre/post action
support in act.

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

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
2022-02-08 20:17:59 +00:00
..
artifacts feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
common Fix: regression run after failure (#971) 2022-01-27 16:20:44 +00:00
container fix: docker cp of dangling symlink (#943) (#948) 2022-01-27 16:53:26 +00:00
exprparser Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
model feat: add skipped status as step result (#950) 2022-01-21 08:10:26 -08:00
runner refactor: extract setupAction into ActionReader (#986) 2022-02-08 20:17:59 +00:00