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 1919 java-version : ' 17'
2020 - name : ktLint
2121 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
2433 jobMatrixSetup :
2534 runs-on : macos-latest
2635 outputs :
Original file line number Diff line number Diff line change 1616 with :
1717 distribution : ' zulu'
1818 java-version : ' 17'
19- - name : formatKotlin
19+ - name : Format Kotlin
2020 run : ./gradlew formatKotlin
21+ - name : Api File Update
22+ run : ./gradlew apiDump
2123 - uses : stefanzweifel/git-auto-commit-action@v6
2224 - name : lintKotlin
2325 run : ./gradlew lintKotlin
26+ - name : Api Check
27+ run : ./gradlew apiCheck
You can’t perform that action at this time.
0 commit comments