checker

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker struct {
	// contains filtered or unexported fields
}

func New

func New(client githubClient, semverMode bool, majorVer int) *Checker

func (*Checker) Run

func (c *Checker) Run(ctx context.Context, actions []parser.ActionRef) ([]OutdatedAction, error)

type OutdatedAction

type OutdatedAction struct {
	Owner   string
	Repo    string
	Current string
	Latest  string
	File    string
	Line    int
}

Jump to

Keyboard shortcuts

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