The setup-fianu action facilitates the installation and exposure of a specified version of the fianu CLI on GitHub
Actions runners. It is compatible with ubuntu-latest, windows-latest, and macos-latest runners.
To set up the fianu CLI, include the following step in your workflow:
steps:
- uses: fianulabs/actions@mainYou can also specify a particular version of the fianu CLI to install:
steps:
- uses: fianulabs/actions@main
with:
version: ${{ secrets.FIANU_VERSION }}| Name | Description | Default |
|---|---|---|
version |
The version of fianu to install. |
latest |