Skip to content

fabasoad/setup-ciao-action

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 Ciao action

Stand With Ukraine Release functional-tests security linting

This action installs Ciao CLI tool.

Supported OS

OS
Windows
Linux
macOS

Prerequisites

None.

Inputs

- uses: fabasoad/setup-ciao-action@v0
  with:
    # (Optional) Ciao version. Defaults to the latest version.
    version: "1.24.0-m1"
    # (Optional) If "false" skips installation if ciao is already installed. If
    # "true" installs ciao in any case. Defaults to "false".
    force: "false"
    # (Optional) GitHub token that is used to send requests to GitHub API such
    # as getting latest release. Defaults to the token provided by GitHub Actions
    # environment.
    github-token: "${{ github.token }}"

Outputs

Name Description Example
installed Whether ciao was installed or not true

Example usage

Workflow configuration

name: Test

on: push

jobs:
  setup:
    name: Ciao
    runs-on: ubuntu-latest
    steps:
      - uses: fabasoad/setup-ciao-action@v0
      - name: Run command
        run: ciao list

Result

Run ciao list
builder
core