GetDeclaredOutputFiles returns a list of output files that this engine may produce These files will be automatically uploaded as artifacts if they exist
()
| 147 | // GetDeclaredOutputFiles returns a list of output files that this engine may produce |
| 148 | // These files will be automatically uploaded as artifacts if they exist |
| 149 | GetDeclaredOutputFiles() []string |
| 150 | |
| 151 | // GetInstallationSteps returns the GitHub Actions steps needed to install this engine |
| 152 | GetInstallationSteps(workflowData *WorkflowData) []GitHubActionStep |
no outgoing calls
no test coverage detected