From 41a876e97706bf12b037dc574626ab79f923cf7f Mon Sep 17 00:00:00 2001 From: Jean-Pierre Portier Date: Thu, 1 Aug 2024 08:49:03 +0200 Subject: [PATCH] ci: Adding sources format validation --- .github/workflows/compilation.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/compilation.yaml b/.github/workflows/compilation.yaml index 4962009..8ab7e0e 100644 --- a/.github/workflows/compilation.yaml +++ b/.github/workflows/compilation.yaml @@ -17,5 +17,8 @@ jobs: cache: maven - name: Building run: | + # check sources format consistency + mvn -f pom-ci.xml clean spotless:check + # compilation validation ./compile.sh