RenderConfig optionally generates runtime config files or metadata. Returns a slice of GitHub Actions steps that write config to disk. Implementations that don't need config files should return nil, nil.
(target *ResolvedEngineTarget)
| 269 | // Returns a slice of GitHub Actions steps that write config to disk. |
| 270 | // Implementations that don't need config files should return nil, nil. |
| 271 | RenderConfig(target *ResolvedEngineTarget) ([]map[string]any, error) |
| 272 | } |
| 273 | |
| 274 | // HarnessProvider is an optional interface implemented by engines that provide a |
no outgoing calls