File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Codestyle etc.
22
3- on : [pull_request]
3+ on : [ pull_request ]
44
55jobs :
66 check-formatting :
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- framework : [Soot, SootUp, Opal]
17+ framework : [ Soot, SootUp, Opal ]
1818 runs-on : ubuntu-latest
1919 steps :
20- - name : Checkout source code
21- uses : actions/checkout@v4
22- - name : Set up JDK 11
23- uses : actions/setup-java@v4
24- with :
20+ - name : Checkout source code
21+ uses : actions/checkout@v4
22+ - name : Set up JDK 11
23+ uses : actions/setup-java@v4
24+ with :
2525 distribution : adopt
2626 java-package : jdk
2727 java-version : 11
28- - name : Build with Maven
29- run : mvn -B clean verify -DtestSetup=${{ matrix.framework }}
28+ - name : Build with Maven
29+ run : mvn -B clean verify -DtestSetup=${{ matrix.framework }}
You can’t perform that action at this time.
0 commit comments