Adds a GH Actions workflow for the CI checks which were previously run on Travis.
Removes the, now redundant, .travis.yml configuration.
Updates the .gitattributes file.
Updates the "Build Status" badge in the Readme to use the results from the GH Actions runs.
Notes:
Builds will run on pushes to master and on pull requests.
For a small repo like this, running on all pushes seems redundant.
The build will automatically be triggered once a month to make sure that upstream changes to the polyfills themselves will not go unnoticed if they impact the ruleset.
This commit:
.travis.yml
configuration..gitattributes
file.Notes:
master
and on pull requests. For a small repo like this, running on all pushes seems redundant.