From cc3668585054b2a50295f8bd7056a3737f75c53e Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Wed, 1 Nov 2023 10:46:00 +0100 Subject: [PATCH] Add -Dno-format so that the run validates instead of formats --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index d70e78c5..b451e9c5 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -29,4 +29,4 @@ jobs: distribution: 'temurin' - name: "Build with Maven" run: | - mvn clean install + mvn clean install -Dno-format