File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 77name : Java CI with Maven
88on :
99push :
10- branches : [ "master" ]
10+ branches : [ "master" ]
1111pull_request :
12- branches : [ "master" ]
12+ branches : [ "master" ]
1313jobs :
14- build :
15- runs-on : ubuntu-latest
16- steps : - uses: actions/checkout@v4 - name: Set up JDK 17
17- uses : actions/setup-java@v4
18- with :
19- java-version : ' 17'
20- distribution : ' temurin'
21- cache : maven
22- - name : Build with Maven
23- run : mvn -B package --file pom.xml
14+ build :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@v4
18+ - name : Set up JDK 17
19+ uses : actions/setup-java@v4
20+ with :
21+ java-version : ' 17'
22+ distribution : ' temurin'
23+ cache : maven
24+ -name : Build with Maven
25+ run : mvn -B package --file pom.xml
2426
2527 semgrep :
2628 # User definable name of this GitHub Actions job.
You can’t perform that action at this time.
0 commit comments