chaijs / chai-spies

Spies for Chai Assertion Library.
MIT License
132 stars 29 forks source link

Replace Travis with GitHub actions #119

Closed sebamarynissen closed 1 year ago

sebamarynissen commented 1 year ago

This PR kicks out Travis CI in favor of GitHub actions. It also adds an action to automatically publish the package to npm and GitHub packages on every new release.

Note: the publish action has not been tested and was copied from https://github.com/github/relative-time-element/blob/main/.github/workflows/publish.yml with the only difference that the scope: @github has been removed from the job to publish to GitHub packages. I don't have any experience with publishing to GitHub packages, so not sure if this is the correct change to make.

Related: #118.

keithamus commented 1 year ago

Great work @sebamarynissen!