From 95f3a85d5a2654ee58f5897cc73931cae461f8ab Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Fri, 14 Mar 2025 13:49:15 -0400 Subject: [PATCH] ci: spotless:check runs as part of the maven lifecycle. Signed-off-by: Hiram Chirino --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54e3792..cd5663c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,4 +25,4 @@ jobs: java-version: '${{ matrix.version }}' cache: maven - name: Test Java - run: mvn -B spotless:check clean install + run: mvn -B clean install