API ReferenceType aliases
SpawnSync
type SpawnSync = (command, args, options) => object;Defined in: packages/core/src/actionlint.ts:9
Minimal spawnSync surface so tests can drive the runner without a real binary.
Parameters
command
string
args
string[]
options
encoding
"utf8"
input
string
Returns
object
error?
optional error?: Error;stdout?
optional stdout?: string | null;