# ActionlintFinding (/docs/api/interfaces/ActionlintFinding)



Defined in: [packages/core/src/lint.ts:9](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L9)

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

## Properties [#properties]

### column [#column]

```ts
column: number;
```

Defined in: [packages/core/src/lint.ts:14](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L14)

1-based column on the generated workflow.

***

### end\_column? [#end_column]

```ts
optional end_column?: number;
```

Defined in: [packages/core/src/lint.ts:16](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L16)

1-based end column, when actionlint reports one.

***

### kind? [#kind]

```ts
optional kind?: string;
```

Defined in: [packages/core/src/lint.ts:18](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L18)

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

***

### line [#line]

```ts
line: number;
```

Defined in: [packages/core/src/lint.ts:12](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L12)

1-based line on the generated workflow.

***

### message [#message]

```ts
message: string;
```

Defined in: [packages/core/src/lint.ts:10](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/lint.ts#L10)


## Sitemap

Browse the full documentation: [Markdown sitemap](https://austenstone.github.io/actio/sitemap.md) · [XML sitemap](https://austenstone.github.io/actio/sitemap.xml)