rrthomas / enchant

enchant spellchecking library
http://rrthomas.github.io/enchant/
GNU Lesser General Public License v2.1
347 stars 60 forks source link

Migrate CI to Github Actions #300

Closed dimztimz closed 2 years ago

dimztimz commented 2 years ago

This patch migrates the CI to Github Actions. Github Actions is much faster than Appveyor.

rrthomas commented 2 years ago

This is looking awesome; it would be fantastic if we could have all platforms on one CI system (this was a good thing when Travis stopped being free, but I was able to move everything to AppVeyor).

dimztimz commented 2 years ago

This is done.

rrthomas commented 2 years ago

You're a total star @dimztimz, thanks so much!

dimztimz commented 2 years ago

To completely remove AppVeyor you need to remove the webhook in the repository settings. Or maybe it should be uninstalled from the list of Github Apps. It seems like there are still remnants of it in the other pull request i just sent.

rrthomas commented 2 years ago

Thanks for the hint; I don't have the ability to remove it but I'll ask.

rrthomas commented 2 years ago

Done!