# ActionlintRun (/docs/api/interfaces/ActionlintRun)



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

Outcome of attempting to run actionlint.

## Properties [#properties]

### available [#available]

```ts
available: boolean;
```

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

False when the binary was not found on PATH (graceful skip).

***

### error? [#error]

```ts
optional error?: string;
```

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

Set when actionlint ran but its output could not be used.

***

### findings [#findings]

```ts
findings: ActionlintFinding[];
```

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


## Sitemap

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