We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8506a commit 5a0a100Copy full SHA for 5a0a100
.github/workflows/pr.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/setup-java@v1
22
with:
23
java-version: ${{ matrix.java }}
24
+ - name: Check code format
25
+ run: mvn fmt:check --file pom.xml
26
- name: Run unit tests
27
run: mvn -B test -P no-integration-tests --file pom.xml
28
- name: Set up Minikube
0 commit comments