act

act 0.2.89

Run your GitHub Actions locally

https://github.com/nektos/act
MIT License
main program: actprograms: act
Platforms (30)
armv7l-linuxi686-linuxmips64el-linuxarc-linuxpowerpc-linuxmips-linuxmicroblazeel-linuxs390-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