act

act 0.2.88

Run your GitHub Actions locally

https://github.com/nektos/act
MIT License
main program: actprograms: act
Platforms (31)
sh4-linuxx86_64-darwinwasm64-wasim68k-linuxaarch64-freebsdriscv64-linuxarc-linuxpowerpc-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