Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CheckName = "unstable-github-ref"
)
Functions ¶
func DetectIssues ¶ added in v0.3.0
func DetectIssues(parsedWorkflow workflowtypes.GitHubWorkflow, setProgressFunc progresstypes.SetProgressFunc) ([]*issue.Issue, error)
DetectIssues will analyze the parsedWorkflow and return a list of issues
Types ¶
type Recommended ¶ added in v0.2.0
type UnstableReason ¶
type UnstableReason int
const ( IsStable UnstableReason = iota UnknownReason UnstableReason = iota UnsupportedRef UnstableReason = iota NoSpecifiedVersion UnstableReason = iota IsMaster UnstableReason = iota IsBranch UnstableReason = iota HasUnstableHistory UnstableReason = iota TagNotFound UnstableReason = iota NotRecommendedTag UnstableReason = iota )
Click to show internal directories.
Click to hide internal directories.