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)
mips64-linuxx86_64-freebsdloongarch64-linuxmips-linuxs390-linuxi686-netbsdarmv7l-netbsdaarch64-netbsd
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