Woo, glad to be in on the beta launch of the new Actions! I've had a chance to play with this with @XhmikosR over the last couple weeks and it's been fun. We still have some work to do to bring it all up to speed and get this integrated with v4, but this PR adds Actions CI for Bootstrap 5.
Here's what's changed:
- Adds new
.github/workflows/test.yml
. - Actions CI runs on three versions of Node like our current Travis build. It's triggered on
push
andpull_request
, so this covers us maintainers and forks I believe. - Separate from this PR, I've also created the new secrets in our repo settings.
- Adds an unofficial badge to the project readme (official ones are coming I think),
- Removed the
.travis.yml
file.
Still more to get figured out while the beta happens, but stoked to have been able to get this up and running!