Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 640 Bytes

actionlint.md

File metadata and controls

29 lines (19 loc) · 640 Bytes
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.

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