dart-archive / stagehand

Dart project generator - web apps, console apps, servers, and more.
https://pub.dev/packages/stagehand
BSD 3-Clause "New" or "Revised" License
648 stars 118 forks source link

Add tools from .travis.yml #689

Closed domesticmouse closed 3 years ago

domesticmouse commented 3 years ago

Apologies @kevmoo I accidently landed the Github actions directly into master as opposed to a new branch. This PR is to update the default script with tools from the .travis.yml configuration.

See https://github.com/dart-lang/stagehand/pull/688 for the travis retirement.

domesticmouse commented 3 years ago

Travis was removed in #688. My understanding is that travis is no longer running, so I can't verify against it. I've looked at the checks output and it looks sane to me, e.g. https://github.com/dart-lang/stagehand/pull/689/checks?check_run_id=1810592375, but I was hoping you could review it as well.

domesticmouse commented 3 years ago

I'll rectify any missing pieces in a follow up PR