githubactions

package
v1.223.1-rc.3 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package githubactions implements GitHub Actions workflow validation.

Index

Constants

View Source
const ValidatorName = "github-actions"

ValidatorName is the registry name for GitHub Actions workflow validation.

Variables

This section is empty.

Functions

This section is empty.

Types

type Validator

type Validator struct{}

Validator validates GitHub Actions workflow files with actionlint.

func (Validator) Name

func (Validator) Name() string

Name returns this validator's registry name.

func (Validator) Validate

Validate checks the requested workflow files or workflow path. When neither is given, it checks the default .github/workflows path under Root. ShellCheck and Pyflakes are disabled intentionally: they are external tools and would make this built-in command depend on the host environment.

Jump to

Keyboard shortcuts

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