cegredev / josi

A Java library designed to make making decisions based on the current operating system easier.
MIT License
36 stars 4 forks source link

Setup GitHub Actions to handle testing PRs and conducting snapshot deployments #8

Closed dbwiddis closed 3 years ago

dbwiddis commented 3 years ago

Checking whether PRs break tests is currently done manually. GitHub Actions are easy to set up, very capable, and helpful to automate testing and other things. You could easily:

Happy to submit a PR to get you started on this if you'd like.

cegredev commented 3 years ago

I've been wanting to do this, but didn't get around to it yet, so yes, I would absolutely love some of your help! :D