diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 68a84865..1d5a3bcc 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -37,6 +37,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: spring-io/spring-gradle-build-action@v2 + - name: Check format (short circuit) + run: | + ./gradlew checkFormat - name: Build and run unit tests run: | ./gradlew clean build -x integrationTest --continue --scan