iheartradio / ficus

Scala-friendly companion to Typesafe config
MIT License
327 stars 55 forks source link

Replace travis with github actions #152

Closed mdedetrich closed 3 years ago

mdedetrich commented 3 years ago

This PR replaces travis (since it no longer works with open source projects) with github-actions. We use sbt-github-actions to auto generate most of the boilerplate, some addition adaptations have also been done to maintain coverage/coveralls.

It seems that github actions aren't actually running on this PR (normally they would be), I suspect you may have to manually enable them for the iheartradio organization or something else is playing up?