action-validator
« Back to VersTracker
Description:
Tool to validate GitHub Action and Workflow YAML files
Type: Formula  |  Latest Version: 0.8.0@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: github-actions ci-cd yaml validation developer-tools
Install: brew install action-validator
About:
Action-validator is a static analysis tool designed to catch syntax errors and common mistakes in GitHub Actions workflow files and reusable actions before they are pushed. It validates YAML structure and checks against the GitHub Actions schema to ensure your CI/CD configurations are correct. This helps prevent runtime failures and reduces debugging time in your development pipeline.
Key Features:
  • Validates GitHub Actions workflows and actions YAML files
  • Checks for syntax errors and schema compliance
  • Fast static analysis without needing to run the actions
  • Command-line interface for easy integration into CI/CD
Use Cases:
  • Pre-commit hook to validate workflows before pushing
  • CI pipeline step to ensure workflow correctness
  • Debugging existing workflow configuration files
Alternatives:
  • actionlint – More feature-rich with additional linting rules, but action-validator is focused specifically on schema validation
  • yamllint – General YAML linter that doesn't understand GitHub Actions specific syntax and schemas
License: GPL-3.0-only
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, arm64_ventura, sonoma, ventura, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Sep 13, 2025 9:14am 0 VERSION_BUMP 2bc7fe6c
Jan 2, 2025 11:56pm 0 VERSION_BUMP c10a09a7
Dec 28, 2024 11:34pm 0 VERSION_BUMP c8a727e4