lando / setup-lando

Set up your GitHub Actions workflow with a specific version of Lando.
https://docs.lando.dev/install
GNU General Public License v3.0
7 stars 4 forks source link

Windoze Setup Script #17

Closed AaronFeledy closed 2 months ago

AaronFeledy commented 6 months ago

This should resolve #16. I've tested and tweaked to get it working on a bunch of different setups so it should be fairly robust at this point. Once merged a user will be able to install Lando on Windows and their WSL instances using PowerShell:

iex (irm 'https://get.lando.dev/setup-lando.ps1' -UseB)

This PR includes the new script, GHA tests, and an updated windows install doc.

pirog commented 6 months ago

@AaronFeledy this is great! looking forward to diving into it as soon as i can. massive thanks!

netlify[bot] commented 3 months ago

Deploy Preview for setup-lando ready!

Name Link
Latest commit eb7d97a85c87535218e67906cb2f4b47473fb672
Latest deploy log https://app.netlify.com/sites/setup-lando/deploys/6622e58fdc2b22000841ded7
Deploy Preview https://deploy-preview-17--setup-lando.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 73 (🟢 up 2 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 3 months ago

Deploy Preview for get-lando canceled.

Name Link
Latest commit eb7d97a85c87535218e67906cb2f4b47473fb672
Latest deploy log https://app.netlify.com/sites/get-lando/deploys/6622e58fcee06c0007ed2ae7
AaronFeledy commented 3 months ago

@pirog This is ready.

It's been updated to use the slim versions by default, it's got tests (which should pass once merged and the script URLs resolve), and I updated the windows install doc. Once this is in, I'll work on that ticket for parity between this and the bash script.