act
act 0.2.88
Run your GitHub Actions locally
https://github.com/nektos/actMIT License
main program: actprograms: act
Platforms (31)
sh4-linuxx86_64-darwinwasm64-wasim68k-linuxaarch64-freebsdriscv64-linuxarc-linuxpowerpc-linux
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