Sets up the blocc CLI for GitHub Actions runners.
This action sets up the blocc CLI, blocc, on GitHub's hosted Actions runners.
This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners, and will install and expose a specified version of the blocc CLI on the runner environment.
Setup the blocc CLI using the latest version:
steps:
- uses: stacc/setup-blocc-cliA specific version of the blocc CLI can be installed:
steps:
- uses: stacc/setup-blocc-cli
with:
version:
0.21.0The actions supports the following inputs:
version: The version ofbloccto install, defaulting to latest
Coming soon™
MIT.