shorebirdtech / setup-shorebird

A GitHub Action to install and setup Shorebird
https://docs.shorebird.dev/ci/github
MIT License
18 stars 3 forks source link
cd ci continous-delivery continuous-deployment continuous-integration dart flutter github-actions

Setup Shorebird

ci License: MIT

Installs and sets up Shorebird for use in GitHub Actions.

Features

✅ Downloads the Shorebird CLI

✅ Adds shorebird to the system path

✅ Configures the specified version of Flutter

✅ Optionally cache the Shorebird installation

Inputs

Usage

steps:
  - uses: shorebirdtech/setup-shorebird@v1
    with:
      cache: true # Optionally cache the Shorebird installation
  - run: shorebird --version