Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
Uses string `yaml:"uses"`
With map[string]interface{} `yaml:"with"`
Steps []Step `yaml:"steps"`
}
Job represents a job in a GitHub Actions workflow
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor handles workflow file parsing and pattern extraction
func (*Processor) AssignmentPattern ¶
AssignmentPattern returns the regex processor for assignment patterns
func (*Processor) ParseAllFiles ¶
ParseAllFiles finds and parses all workflow files
Click to show internal directories.
Click to hide internal directories.