act

act 0.2.89

Run your GitHub Actions locally

https://github.com/nektos/act
MIT License
main program: actprograms: act
Platforms (31)
aarch64-darwinarmv7l-linuxs390-linuxx86_64-darwinmips64-linuxwasm32-wasipowerpc-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  act
];
Ad-hoc shell
nix-shell -p act
Flake (nix run)
nix run nixpkgs#act