package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Job struct {
Container interface{} `yaml:"container,omitempty"`
Steps []Step `yaml:"steps,omitempty"`
Services map[string]Service `yaml:"services,omitempty"`
}
type Service struct {
Image string `yaml:"image"`
}
type Step struct {
Uses string `yaml:"uses,omitempty"`
}
type WorkflowFile struct {
Jobs map[string]Job `yaml:"jobs,omitempty"`
}
Workflows is GitHub Actions Workflows file analyzer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.