act3

act3 2.0.0

Glance at the last 3 runs of your GitHub Actions workflows

https://github.com/dhth/act3
MIT License
main program: act3programs: act3
Platforms (46)
x86_64-solarisi686-freebsdmips64-linuxpowerpc64-linuxpowerpc-linuxaarch64-darwinmipsel-linuxs390-linux
View source on NixOS/nixpkgs →

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