title | sidebar_label | description |
---|---|---|
actionlint |
actionlint |
CodeRabbit's guide to actionlint. |
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
actionlint
is a static checker for
GitHub Actions workflow files.
We look for GitHub Action
files specifically in the following directory:
.github/workflows/**/*.yml
.github/workflows/**/*.yaml"
CodeRabbit will use the default configuration.