Skip to content
terminal

GitHub Action

Set up fianu CLI

1.0.0 Latest version

Set up fianu CLI

terminal

Set up fianu CLI

Adds the `fianu` CLI command to the $PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Set up fianu CLI

uses: fianulabs/setup-fianu@1.0.0

Learn more about this action in fianulabs/setup-fianu

Choose a version

⚙️ setup-fianu

About

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 fianu CLI on the runner environment.

Usage

Setup the gh CLI:

steps:
- uses: fianulabs/setup-fianu@main

A specific version of the fianu CLI can be installed:

steps:
- uses: fianulabs/setup-fianu@main
  with:
    version: ${{ secrets.FIANU_VERSION }}

Inputs

The actions supports the following inputs:

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

License

MIT.