Skip to content

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.