File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 19
19
java-version : ' 17'
20
20
- name : ktLint
21
21
run : ./gradlew lintKotlin
22
- - name : run apiCheck
23
- run : ./gradlew apiCheck
22
+ apiCheck :
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+ - uses : actions/checkout@v4
26
+ - name : Set up JDK
27
+ uses : actions/setup-java@v4
28
+ with :
29
+ distribution : ' zulu'
30
+ java-version : ' 17'
31
+ - name : Run Api Check
32
+ run : ./gradlew apiCheck
24
33
jobMatrixSetup :
25
34
runs-on : macos-latest
26
35
outputs :
Original file line number Diff line number Diff line change 16
16
with :
17
17
distribution : ' zulu'
18
18
java-version : ' 17'
19
- - name : formatKotlin
19
+ - name : Format Kotlin
20
20
run : ./gradlew formatKotlin
21
+ - name : Api File Update
22
+ run : ./gradlew apiDump
21
23
- uses : stefanzweifel/git-auto-commit-action@v6
22
24
- name : lintKotlin
23
25
run : ./gradlew lintKotlin
26
+ - name : Api Check
27
+ run : ./gradlew apiCheck
You can’t perform that action at this time.
0 commit comments