[TOOL_PROFILE]
actionlint
Static checker for GitHub Actions workflow files.
cilint lang: yaml platform: local
[USE_WHEN]ALLOW
- ✓ Validate GitHub Actions workflow syntax, expressions, and common mistakes
- ✓ Check workflow edits before opening or updating a pull request
[AVOID_WHEN]BLOCK
- ✕ The repository does not use GitHub Actions
[GUARDRAILS]MANDATORY
- ⚠ Run from the repository root so workflow includes and shell checks resolve consistently.
- ⚠ Treat findings as workflow-specific diagnostics, not general YAML validation.
[DETAILS]RAW_META
- Binary
- actionlint
- Effects
- read_files
- Documentation
- https://github.com/rhysd/actionlint#readme
[SIMILAR_TOOLS]03