From be2dc01f7f77cdb8491310bcf567f7ef4b148b6a Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Sat, 29 Mar 2025 23:32:40 +0900 Subject: [PATCH] Check source code format --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0b6893..6433fcee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: chmod +x mvnw - name: Test with Maven - run: ./mvnw $MAVEN_CLI_OPTS test + run: ./mvnw $MAVEN_CLI_OPTS formatter:validate test - name: Upload reports if: failure()