act3
act3 2.0.0
Glance at the last 3 runs of your GitHub Actions workflows
https://github.com/dhth/act3MIT License
main program: act3programs: act3
Maintainers
Platforms (45)
s390x-linuxloongarch64-linuxpowerpc-netbsdaarch64-netbsdaarch64-linuxarmv6l-netbsdmicroblaze-linuxx86_64-cygwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ act3 ];
Ad-hoc shell
nix-shell -p act3
Flake (nix run)
nix run nixpkgs#act3