package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: May 17, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Jobs []JobConfig `yaml:"jobs"`
}
type StepConfig struct {
Name string `yaml:"name"`
Run string `yaml:"run"`
Env map[string]string `yaml:"env,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.