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 (46)
x86_64-solarisi686-freebsdmips64-linuxpowerpc64-linuxpowerpc-linuxaarch64-darwinmipsel-linuxs390-linux
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