MindscapeHQ / raygun4java

Java SDK for the Raygun service
https://raygun.com
MIT License
23 stars 21 forks source link

CI: GitHub Actions built, test and analyzer #96

Open miquelbeltran opened 1 month ago

miquelbeltran commented 1 month ago

Please describe your new feature request

It would be good to see the library and example projects compilation, test and lint checks results when submitting and reviewing PRs.

Describe the solution you'd like

GitHub actions should provide everything we need.

It would need an action to setup the Java SDK we need, then several run commands to perform the tasks.

It would also be good to see the library building for different Java SDK versions, for that GH Actions allows to setup a matrix of different versions.

Describe alternatives you've considered

None

Additional context

TheRealAgentK commented 1 month ago

Yeah, I agree. We should have that.