Skip to main content
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.