Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.99 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.99 KB

Setup Lando

This action installs Lando in GitHub Actions. With it you can:

  • Install using a version-spec-ish eg 3, 3.12, 3.x, 3.14.0
  • Install using convenience aliases eg stable, 4-latest, main 3-edge
  • Install and compile directly from a source ref
  • Set global Lando config configuration

NOTE: If you are using a self-hosted or custom runner you may need to install the needed Lando dependenices eg Docker and Docker Compose for Lando to work correctly!

Inputs

All inputs are optional. If you do nothing the latest stable Lando will be installed.

Name Description Default Example
lando-version The version of Lando to install. If set this has primacy over lando-version-file. stable 3.14.0
lando-version-file The AppStore Connect API Issuer. .lando-version .tool-versions
config A list of . delimited config. If set these have primacy over values in config-file null engineConfig.port=2376
config-file The path to a Lando global config file to use. null /config/lando-global.yml

Usage

Basic Usage

- name: Setup Lando
  uses: lando/setup-lando@v2

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Releasing

  1. Correctly compile, bump versions, tag things and push to GitHub
yarn release
  1. Publish to GitHub Actions Marketplace

Contributors

Made with contrib.rocks.

Other Resources