Skip to content

Changes

Summary

  1. Validate formatting in CI build (details)
Commit 0cb221a37fb2c0fc5ea8e4636b9e83ffc68f9f26 by Andrew Rouse
Validate formatting in CI build

Add a profile to validate code formatting

Use this profile in the github build action

Currently, the build will autoformat the code. This change will ensure
that code can't be merged if it wasn't formatted before it was
committed.
The file was modified pom.xml
The file was modified .github/workflows/build.yml