matrix

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(osVersions, cliVersion string) ([]byte, error)

Build constructs and marshals a GitHub Actions matrix JSON from a comma-separated list of OS values and a CodeQL CLI version string.

Types

type Entry

type Entry struct {
	OS        string `json:"os"`
	CodeQLCLI string `json:"codeql_cli"`
}

Entry is a single cell in a GitHub Actions CI matrix.

Jump to

Keyboard shortcuts

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