thegreenwebfoundation / co2.js

An npm module for accessing the green web API, and estimating the carbon emissions from using digital services
Other
390 stars 49 forks source link

Use GitHub Actions for tests instead of Travis. #45

Closed soulgalore closed 2 years ago

soulgalore commented 2 years ago

GitHub Actions is easier and faster to use. This introduces linting and unit tests on NodeJS 12,14 and 16.

soulgalore commented 2 years ago

To make this work/run I think you need to enable it in the settings: actions

mrchrisadams commented 2 years ago

I would be really happy to see this. I've switched on the actions here, so it's a case of making the necessary workflow action now.