logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Act - Execute GitHub Actions Locally | Online Free DevTools by Hexmos

Execute GitHub Actions locally with Act. Test your workflows and event triggers before committing to GitHub. Free online tool, no registration required.

act

Execute GitHub Actions locally using Docker. More information: https://manned.org/act.

  • List the available jobs:

act {{[-l|--list]}}

  • Run the default event:

act

  • Run a specific event:

act {{event_type}}

  • Run a specific job:

act {{[-j|--job]}} {{job_id}}

  • Do [n]ot actually run the actions (i.e. a dry run):

act {{[-n|--dryrun]}}

  • Show verbose logs:

act {{[-v|--verbose]}}

  • Run a specific workflow with the push event:

act push {{[-W|--workflows]}} {{path/to/workflow}}

See Also