API ReferenceFunctions
defaultActionlintRunner
function defaultActionlintRunner(yamlText, spawn?): ActionlintRun;Defined in: packages/core/src/actionlint.ts:20
Default runner: pipe the workflow to a local actionlint over stdin and parse
its JSON findings. A missing binary (ENOENT) resolves to available: false
rather than throwing, so an absent linter never fails a build.
Parameters
yamlText
string
spawn?
SpawnSync = ...