Closed DryCreations closed 3 years ago
This set's up the maven project to format code on build, and adds a workflow to check whether or not code is formatted when it gets pushed to the remote repository.
To manually format, run:
mvn formatter:format
To Manually validate formatting, run:
mvn formatter:validate
Branch was included on accident within https://github.com/DryCreations/pdfproject/pull/39
This is being closed as the changes were already merged in.
This set's up the maven project to format code on build, and adds a workflow to check whether or not code is formatted when it gets pushed to the remote repository.
To manually format, run:
To Manually validate formatting, run: