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.
This commit is contained in:
Smart123s
2022-03-13 10:39:58 +01:00
parent a856356c49
commit e7a915a6cd

View File

@ -118,8 +118,9 @@
</configuration>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>format</goal>
<goal>check</goal>
</goals>
</execution>
</executions>