/setup-earthly

Earthly GitHub Actions Composite Step

setup-earthly

This GitHub Action downloads and installs the latest version of earthly. The version is not currently configurable

Usage

steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Setup Earthly
    uses: netlify/setup-earthly@v1
  - name: Use Earthly
    run: earth --version