From e7a915a6cdfe0104644d14cfe0e95a09e947720a Mon Sep 17 00:00:00 2001 From: Smart123s <28480228+Smart123s@users.noreply.github.com> Date: Sun, 13 Mar 2022 10:39:58 +0100 Subject: [PATCH] Check license headers before building If a header is missing, then the build should fail. If someone commits a new file, WITHOUT building it beforehnd, than that header won't be added. The CI will build the plugin, but changes made by the CI are not retained in the source tree. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79ab398b..899c2693 100644 --- a/pom.xml +++ b/pom.xml @@ -118,8 +118,9 @@ + process-sources - format + check