Actio
API ReferenceInterfaces

ActionlintFinding

Defined in: packages/core/src/lint.ts:9

A single actionlint finding, parsed from its {{json .}} output.

Properties

column

column: number;

Defined in: packages/core/src/lint.ts:14

1-based column on the generated workflow.


end_column?

optional end_column?: number;

Defined in: packages/core/src/lint.ts:16

1-based end column, when actionlint reports one.


kind?

optional kind?: string;

Defined in: packages/core/src/lint.ts:18

actionlint rule id (e.g. job-needs).


line

line: number;

Defined in: packages/core/src/lint.ts:12

1-based line on the generated workflow.


message

message: string;

Defined in: packages/core/src/lint.ts:10

On this page