--- 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/)