act_runner/pkg/runner
ChristopherHX ce0890578a refactor: move getContainerActionPaths into step interface (#13)
* allows to specialize local vs remote action implementation
* allow paths like ./.. for local action

Closes https://gitea.com/actions-oss/act-cli/issues/12

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/13
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-committed-by: ChristopherHX <christopher.homberger@web.de>
2025-12-19 16:24:48 +00:00
..
hashfiles
res
testdata refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
action.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
action_cache.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
action_cache_offline_mode.go
action_cache_test.go
action_composite.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
action_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
command.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
command_test.go
container_mock_test.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
expression.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
expression_test.go Replace expressions engine (#133) 2025-10-06 13:53:15 +02:00
job_executor.go fix: container cleanup error is not a job execution error (#97) 2025-04-26 16:41:04 +02:00
job_executor_test.go
local_repository_cache.go
logger.go
reusable_workflow.go
run_context.go feat: add parallel flag (#114) 2025-06-08 12:41:42 +02:00
run_context_darwin.go
run_context_other.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
run_context_test.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
runner.go feat: add parallel flag (#114) 2025-06-08 12:41:42 +02:00
runner_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step_action_local.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step_action_local_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step_action_remote.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step_action_remote_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
step_docker.go
step_docker_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_factory.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
step_factory_test.go
step_run.go
step_run_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00