File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1010 branches : [ master ]
1111
1212jobs :
13+ verify-format :
14+ runs-on : ubuntu-latest
15+ name : Verify Source Format
16+ steps :
17+ - uses : actions/checkout@v2
18+ - name : Setup Java
19+ uses : actions/setup-java@v1
20+ with :
21+ java-version : 8.0.x
22+ - name : Verify Format and License
23+ run : mvn spotless:check
1324 build :
1425 runs-on : ubuntu-latest
1526 name : Java ${{ matrix.java }} Maven Test
2334 uses : actions/setup-java@v1
2435 with :
2536 java-version : ${{ matrix.java }}
26- - name : Verify Format and License
27- run : mvn spotless:check
2837 - name : Build with Maven
2938 run : mvn -q test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
3039 build-graalvm :
Original file line number Diff line number Diff line change 334334 <plugin >
335335 <groupId >com.diffplug.spotless</groupId >
336336 <artifactId >spotless-maven-plugin</artifactId >
337- <version >2.1.0 </version >
337+ <version >2.3.1 </version >
338338 <configuration >
339339 <formats >
340340 <format >
You can’t perform that action at this time.
0 commit comments