API ReferenceType aliases
ActionlintRunner
type ActionlintRunner = (yamlText) => ActionlintRun;Defined in: packages/core/src/lint.ts:31
Runs actionlint over workflow text and returns its findings. Injectable for tests.
Parameters
yamlText
string
type ActionlintRunner = (yamlText) => ActionlintRun;Defined in: packages/core/src/lint.ts:31
Runs actionlint over workflow text and returns its findings. Injectable for tests.
string