Skip to content

A Github workflow action for setting up the blocc CLI

License

Notifications You must be signed in to change notification settings

stacc/setup-blocc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup blocc CLI action

Sets up the blocc CLI for GitHub Actions runners.

About

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.

Usage

Setup the blocc CLI using the latest version:

steps:
- uses: stacc/setup-blocc-cli

A specific version of the blocc CLI can be installed:

steps:
- uses: stacc/setup-blocc-cli
  with:
    version:
      0.21.0

Inputs

The actions supports the following inputs:

  • version: The version of blocc to install, defaulting to latest

Example job

Coming soon™

License

MIT.

About

A Github workflow action for setting up the blocc CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published