Skip to content

Commit 5a0a100

Browse files
author
Soroosh Sarabadani
committed
Check code format on every PR
1 parent 5f8506a commit 5a0a100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/setup-java@v1
2222
with:
2323
java-version: ${{ matrix.java }}
24+
- name: Check code format
25+
run: mvn fmt:check --file pom.xml
2426
- name: Run unit tests
2527
run: mvn -B test -P no-integration-tests --file pom.xml
2628
- name: Set up Minikube

0 commit comments

Comments
 (0)