validate_actions.main

Main CLI entry point for validate-actions.

Functions

main([workflow_file, fix, quiet, max_warnings])

Validates GitHub Actions workflow files.

validate_actions.main.main(workflow_file=<typer.models.ArgumentInfo object>, fix=<typer.models.OptionInfo object>, quiet=<typer.models.OptionInfo object>, max_warnings=<typer.models.OptionInfo object>)[source]

Validates GitHub Actions workflow files.

Detects YAML syntax, Actions schema errors, marketplace action use issues, and workflow execution path problems.

Parameters:
  • workflow_file (str)

  • fix (bool)

  • quiet (bool)

  • max_warnings (int)