CircleCI
The CircleCI quickstart is:
yaml
jobs:
my-workflow:
machine:
image: ubuntu-2204:current
steps:
- checkout
- run:
name: Install Lando
command: /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"For more examples you can check out our tests.