> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# actionlint

> CodeRabbit's guide to actionlint.

[`actionlint`](https://github.com/rhysd/actionlint/) is a static checker for
GitHub Actions workflow files.

## Files

We look for `GitHub Action` files specifically in the following directory:

* `.github/workflows/**/*.yml`
* `.github/workflows/**/*.yaml"`

## Configuration

CodeRabbit will use the default configuration.

## When we skip actionlint

CodeRabbit will skip running actionlint when:

* No workflow files are found in `.github/workflows/`.
* actionlint is already running in GitHub workflows.

## Links

* [`actionlint` Configuration](https://github.com/rhysd/actionlint/blob/main/docs/config.md/)
