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: Linux and macOS.

Inputs

Name Required Description Default Possible values
version No Version of Ciao tool that can be found here 1.23.0-m1 <String>

Example usage

Workflow configuration

name: Test

on: push

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

Result

Run ciao list
builder
core