pub fn parse_pipeline(
pipeline_path: &Path,
) -> Result<Pipeline, GitlabParserError>Expand description
Parse a GitLab CI/CD pipeline file
pub fn parse_pipeline(
pipeline_path: &Path,
) -> Result<Pipeline, GitlabParserError>Parse a GitLab CI/CD pipeline file