File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Check code format
28
28
run : |
29
29
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
30
+ ./mvnw -N license:check --file pom.xml
30
31
- name : Run unit tests
31
32
run : ./mvnw ${MAVEN_ARGS} clean install -Pno-apt --file pom.xml
32
33
Original file line number Diff line number Diff line change 387
387
<licenseSets >
388
388
<licenseSet >
389
389
<header >license-header.txt</header >
390
- <!-- <includes>-->
391
- <!-- <include>**/*.md</include>-->
392
- <!-- </includes>-->
393
390
<excludes >
394
391
<exclude >**/.idea</exclude >
395
392
<exclude >.idea</exclude >
405
402
</licenseSet >
406
403
</licenseSets >
407
404
<mapping >
408
- <!-- <md></md>-->
409
405
<go >JAVADOC_STYLE</go >
410
406
<svg >XML_STYLE</svg >
411
407
<Makefile >SCRIPT_STYLE</Makefile >
You can’t perform that action at this time.
0 commit comments