DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Action 48: Setup Java Formatter & Validator #38

Closed DryCreations closed 3 years ago

DryCreations commented 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
DryCreations commented 3 years ago

Branch was included on accident within https://github.com/DryCreations/pdfproject/pull/39

This is being closed as the changes were already merged in.