act/pkg
Björn Brauer eba71f98fe
Refactor expression evaluator to use parser from actionlint package (#908)
* feat: implement expression evaluator

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

* feat: integrate exprparser into act

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

* Escape { and }, do not fail on missing properties

* Fix empty inputs context

* fix: contains() comparison for complex values

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
Co-authored-by: Philipp Hinrichsen <philipp.hinrichsen@new-work.se>
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
2022-01-21 08:07:20 -08:00
..
artifacts feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
common fix: continue jobs + steps after failure (#840) 2021-12-08 20:57:42 +00:00
container feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
exprparser Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
model refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
runner Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00