validate

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package validate implements the actions yaml validate command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdValidate

func NewCmdValidate(f *cmdutil.Factory, runF func(*ValidateOptions) error) *cobra.Command

NewCmdValidate creates the actions yaml validate command.

Types

type ValidateOptions

type ValidateOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (string, error)

	Repository string
	File       string

	JSON bool
}

ValidateOptions configures the actions yaml validate command.

Source Files

  • validate.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL