DEV Community

Javier Leandro Arancibia
Javier Leandro Arancibia

Posted on

New act Plugin for SuperCLI

New act Plugin for SuperCLI

GitHub Actions local runner — run, list, validate, and test GitHub Actions workflows locally via act CLI by nektos

Installation

curl -sL https://raw.githubusercontent.com/nektos/act/master/install.sh | sh
export PATH="$PWD/bin:$PATH" && act --version
supercli plugins install ./plugins/act --on-conflict replace --json
Enter fullscreen mode Exit fullscreen mode

Links


This plugin is part of SuperCLI — a curated collection of 1000+ CLI tools at your fingertips.

Top comments (0)