--- title: Actionlint sidebar_label: Actionlint description: CodeRabbit's guide to Actionlint. --- ```mdx-code-block import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` [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. ## Links - [Actionlint Configuration](https://github.com/rhysd/actionlint/blob/main/docs/config.md/)