cedar-policy / cedar-java

Java bindings for the Cedar language
https://www.cedarpolicy.com
Apache License 2.0
42 stars 19 forks source link

Add code format checks to Java CI #93

Closed john-h-kastner-aws closed 4 months ago

john-h-kastner-aws commented 8 months ago

Category

Internal refactors/changes

Describe the feature you'd like to request

We should add some sort of Java code format check to our CI workflow. We enforce formatting with cargo fmt across all our Rust code, but have nothing for Java.

Two options I'm aware of:

Describe alternatives you've considered

.

Additional context

No response

Is this something that you'd be interested in working on?

cdisselkoen commented 4 months ago

Resolved by #158