Just builds every push to master or pull request for master in GitHub Actions.
Uses and includes the two pull requests #21 and #22
You might need to setup allowing the use of external actions (meaning actions/checkout and actions/setup-java), because those are created by the GitHub community (to be found here).
Just builds every push to master or pull request for master in GitHub Actions. Uses and includes the two pull requests #21 and #22
You might need to setup allowing the use of external actions (meaning
actions/checkout
andactions/setup-java
), because those are created by the GitHub community (to be found here).