ropensci / hunspell

High-Performance Stemmer, Tokenizer, and Spell Checker for R
https://docs.ropensci.org/hunspell
Other
109 stars 44 forks source link

Use GH Actions instead of Travis CI + Appveyor #45

Closed GegznaV closed 4 years ago

GegznaV commented 4 years ago

GitHub (GH) Actions is a CI service that free for public repos, faster than Travis CI, and integrated with GitHub. Thus, I suggest using GH Actions instead of Travis CI + Appveyor.

If needed, I can remove Travis and Appveyor setup files in this pull request.

Related to #44, based on #43.