File tree Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33on :
4+ workflow_dispatch :
45 push :
5- branches : [ "*" ]
6+ branches : ["*"]
67# pull_request:
78# branches: [ "*" ]
89
910jobs :
10- check :
11-
11+ test-and-check :
1212 runs-on : ubuntu-latest
1313 permissions :
1414 contents : read
1515
1616 steps :
17- - uses : actions/checkout@v4
18- - name : Set up JDK 11
19- uses : actions/setup-java@v4
17+ -
uses :
huanshankeji/.github/actions/[email protected] 2018 with :
21- java-version : ' 11'
22- distribution : ' temurin'
23-
24- - name : Setup Gradle
25- uses : gradle/actions/setup-gradle@v4
26-
27- - name : Check with Gradle Wrapper
28- run : ./gradlew check
19+ jdk-versions : 11-temurin
2920
3021 dependency-submission :
31-
3222 runs-on : ubuntu-latest
3323 permissions :
3424 contents : write
3525
3626 steps :
37- - uses : actions/checkout@v4
38- - name : Set up JDK 11
39- uses : actions/setup-java@v4
27+ -
uses :
huanshankeji/.github/actions/[email protected] 4028 with :
41- java-version : ' 11'
42- distribution : ' temurin'
43-
44- - name : Generate and submit dependency graph
45- uses : gradle/actions/dependency-submission@v4
29+ java-version : 11
30+ distribution : temurin
You can’t perform that action at this time.
0 commit comments