act/pkg/exprparser
Alex Savchuk 48188a6280
fix: support docker create arguments from container.options (#1022) (#1351)
* fix: support docker create arguments from container.options (#1022)

* fix processing of errors, add verbose logging, fix test

* disable linter for code copied from docker/cli

* fix all linter issues

* Add license info

* Add opts_test.go from docker/cli and required testdata

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-06 22:09:43 +00:00
..
testdata Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
functions.go Fix: tojson(null) == 'null' (#1068) 2022-03-22 08:55:13 +00:00
functions_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
interpreter.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
interpreter_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00