raygun4java icon indicating copy to clipboard operation
raygun4java copied to clipboard

CI: GitHub Actions built, test and analyzer

Open miquelbeltran opened this issue 1 year ago • 1 comments

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

  • [x] Conventional Commits
  • [ ] Linting
  • [ ] Tests/Verification
  • [ ] Builds

miquelbeltran avatar Jul 16 '24 05:07 miquelbeltran

Yeah, I agree. We should have that.

TheRealAgentK avatar Jul 16 '24 06:07 TheRealAgentK