API ReferenceInterfaces
ActionlintRun
Defined in: packages/core/src/lint.ts:22
Outcome of attempting to run actionlint.
Properties
available
available: boolean;Defined in: packages/core/src/lint.ts:24
False when the binary was not found on PATH (graceful skip).
error?
optional error?: string;Defined in: packages/core/src/lint.ts:27
Set when actionlint ran but its output could not be used.
findings
findings: ActionlintFinding[];Defined in: packages/core/src/lint.ts:25