Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

Setup Shorebird

v0.1.0

Setup Shorebird

check-circle

Setup Shorebird

Install the Shorebird CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Shorebird

uses: shorebirdtech/[email protected]

Learn more about this action in shorebirdtech/setup-shorebird

Choose a version

Setup Shorebird

Installs and sets up Shorebird for use in GitHub Actions.

Features

✅ Downloads the Shorebird CLI ✅ Adds shorebird to the system path

Usage

steps:
  - uses: actions/checkout@v3
  - uses: shorebirdtech/setup-shorebird@v1
  - run: shorebird --version