chronoscrat/act-cli

Project ID: 170648

Description

Run your GitHub Actions locally! When you run act it reads in your GitHub Actions from .github/workflows/ and determines the set of actions that need to be run. It uses the Docker API to either pull or build the necessary images, as defined in your workflow files and finally determines the execution path based on the dependencies that were defined. Once it has the execution path, it then uses the Docker API to run containers for each action based on the images prepared earlier.

Installation Instructions

Enable the repository and install act with:

dnf copr enable chronoscrat/act-cli dnf install act-cli

To avoid conflicts with act provided by Fedora, this package installs a binary named act-cli. If you prefer to use simply act, you may create an alias:

alias act='act-cli'

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 10 aarch64 (0)*, x86_64 (0)* Centos-stream 10 (9 downloads)
EPEL 10 aarch64 (0)*, x86_64 (0)* EPEL 10 (6 downloads)
Fedora 41 aarch64 (0)*, x86_64 (17)* Fedora 41 (17 downloads)
Fedora 42 aarch64 (0)*, x86_64 (0)* Fedora 42 (9 downloads)
Fedora rawhide aarch64 (0)*, x86_64 (0)* Fedora rawhide (8 downloads)
openSUSE Tumbleweed aarch64 (0)*, x86_64 (0)* openSUSE Tumbleweed (7 downloads)

* Total number of downloaded packages.