- Inspiration from WPILib
- Create a new file in
.github/workflows/build.yml - Copy the contents of
build.ymlinto that new file
- Add the new lines from
build.gradleinto thebuild.gradlefile in the repository ...just means keep existing code, but add the new code around it
- The new formatting changes will take place after the code compiles locally, so don't be surprised to see a fair amount of changes in existing
.javaand.jsonfiles