Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the content of an embedded template file. path is relative to the files/ directory, e.g. "query/cpp/new-query.tmpl".
Types ¶
type BundleInitOptions ¶ added in v0.1.1
type BundleInitOptions struct {
Languages []string
Branch string
// Packs is the list of pack names from qlt.conf.json with Bundle: true.
// They are passed to github/codeql-action/init via its `config.packs` input.
Packs []string
}
BundleInitOptions holds template variables for bundle init.
type TestInitOptions ¶ added in v0.1.1
type TestInitOptions struct {
Language string // display name used in the workflow title and filename
LangFlag string // value for --language flag; empty means test all languages
Branch string
NumThreads int
UseRunner string
CodeqlArgs string
}
TestInitOptions holds template variables for the test init workflow.
Click to show internal directories.
Click to hide internal directories.