From 2381261d0f83077b206552b9da81e1625d29b56c Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Fri, 14 Mar 2025 15:35:48 +0100 Subject: [PATCH] Check Spotless formatting by default build Detected in the course of support-and-care/maven-support-and-care#77. --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0d2d054..b964fd3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -74,6 +74,9 @@ on: default: 'zulu' type: string +env: + CI: true + jobs: build: