This is a starting point for a test of Guru Reviewer integration with Github Actions.
- A minimalistic Maven-based Java project with a single class file.
- A minimalistic Github Action that builds the project on every push event.
The above are ready to use, so you can focus on the actual Guru Reviewer setup process.
mvn package
java -cp target/gurutest-1.0-SNAPSHOT.jar com.guru.App
Simply git push
. The action will execute mvn package
every time you do so.
- Go to the Github page for your repo. Click on the Actions tab.
- Click on any workflow run to see the actions that were executed.
- Click the
My-Action
box to see the run log of that action.