eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

Validate formatting in CI build #597

Closed Azquelt closed 8 months ago

Azquelt commented 8 months ago

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 (as we did in #580, by making a line too long when updating a comment).