Skip to content

fianulabs/setup-fianu

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

⚙️ 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published