act/pkg/runner
R 2aa0699aec
refactor: remove github.com/pkg/errors dependency (#1077)
* refactor: split out common/git

* refactor: move git options to separate func

* refactor: remove github.com/pkg/errors dependency

* fix(golangci-lint): forbid github.com/pkg/errors

* style: fix typo

* style: fix typo

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-06-10 21:16:42 +00:00
..
res Add `super-linter` + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata pkg/runner: add support to replace GitHub's env (#1197) 2022-06-08 15:25:51 +00:00
action.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
action_composite.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
action_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
command.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
command_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
container_mock_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
expression.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
expression_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
job_executor.go feat: handle context cancelation during docker exec (#1170) 2022-05-24 14:52:25 +00:00
job_executor_test.go fix: panic if a step in a job is nil (#1145) 2022-05-12 19:23:34 +00:00
logger.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
run_context.go refactor: remove github.com/pkg/errors dependency (#1077) 2022-06-10 21:16:42 +00:00
run_context_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
runner.go pkg/runner: add support to replace GitHub's env (#1197) 2022-06-08 15:25:51 +00:00
runner_test.go pkg/runner: add support to replace GitHub's env (#1197) 2022-06-08 15:25:51 +00:00
step.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
step_action_local.go fix: skip local actions pre step in any case (#1204) 2022-06-08 15:36:08 +00:00
step_action_local_test.go fix: skip local actions pre step in any case (#1204) 2022-06-08 15:36:08 +00:00
step_action_remote.go refactor: remove github.com/pkg/errors dependency (#1077) 2022-06-10 21:16:42 +00:00
step_action_remote_test.go refactor: remove github.com/pkg/errors dependency (#1077) 2022-06-10 21:16:42 +00:00
step_docker.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
step_docker_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
step_run_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_test.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00