{"id":15389324,"url":"https://github.com/tpluscode/action-lando-start","last_synced_at":"2026-01-24T10:01:17.844Z","repository":{"id":57466550,"uuid":"527159675","full_name":"tpluscode/action-lando-start","owner":"tpluscode","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-30T08:42:13.000Z","size":3729,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T03:09:22.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpluscode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-21T09:26:44.000Z","updated_at":"2024-09-30T08:42:16.000Z","dependencies_parsed_at":"2024-10-01T15:00:27.046Z","dependency_job_id":"fd7a694b-4e38-4db2-8d19-0d5495fa108c","html_url":"https://github.com/tpluscode/action-lando-start","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":"0.11363636363636365","last_synced_commit":"26e2d8103207352ee762a2812183598419b536a5"},"previous_names":["tpluscode/action-lando-start","tpluscode/action-setup-lando"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/tpluscode/action-lando-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Faction-lando-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Faction-lando-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Faction-lando-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Faction-lando-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpluscode","download_url":"https://codeload.github.com/tpluscode/action-lando-start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Faction-lando-start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T15:00:01.650Z","updated_at":"2026-01-24T10:01:17.759Z","avatar_url":"https://github.com/tpluscode.png","language":"JavaScript","readme":"# Start Lando\n\nThis action starts [Lando](https://lando.dev) in your workflow.\n\n## Usage\n\nTo use a GitHub action you can just reference it on your Workflow file\n(for more info check [this article by Github](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow))\n\n```yml\nname: 'My Workflow'\n\non:\n  release:\n    types: [ published ]\n\njobs:\n  test:\n    steps:\n      - name: Setup Lando\n        uses: lando/setup-lando@v3\n        with:\n          lando-version: 3.21.2\n      - uses: tpluscode/action-lando-start@v0.2.1\n```\n\n### Inputs\n\nAs most GitHub actions, this action requires and uses some inputs that you define in\nyour workflow file.\n\nThe inputs this action uses are:\n\n|     Name      | Required | Default |                        Description                         |\n|:-------------:|:--------:|:-------:|:----------------------------------------------------------:|\n| `healthcheck` | `false`  |   N/A   |      Service URL to await before continuing execution      |\n|   `timeout`   | `false`  | `10000` | Time (in milliseconds) to  wait for `healthcheck` to reply |\n| `ignore-errors`| `false` | `false` |       Continue execution even if `lando start` fails       |\n\n## Examples\n\n#### Wait for service to be ready\n\nAfter starting the app, wait 30s for `https://api.my-project.lndo.site`\n\n```yaml\njobs:\n  test:\n    steps:\n      - name: setup-docker\n        uses: docker-practice/actions-setup-docker@1.0.4\n      - uses: tpluscode/action-lando-start@v0.2.1\n        with:\n          healthcheck: https://api.my-project.lndo.site\n          timeout: 30000 \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Faction-lando-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpluscode%2Faction-lando-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Faction-lando-start/lists"}