Skip to content

Commit e241558

Browse files
committed
Rename formatKotlin job to formatKotlinAndApiDump and add API file update step
1 parent f06af68 commit e241558

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
formatKotlin:
15+
formatKotlinAndApiDump:
1616
runs-on: macos-latest
1717
permissions:
1818
contents: write
@@ -25,12 +25,16 @@ jobs:
2525
with:
2626
distribution: 'zulu'
2727
java-version: '17'
28+
- uses: maxim-lobanov/setup-xcode@v1
29+
with:
30+
xcode-version: latest-stable
2831
- name: Format Kotlin
2932
run: ./gradlew formatKotlin
3033
- name: Api File Update
3134
run: ./gradlew apiDump
3235
- uses: stefanzweifel/git-auto-commit-action@v6
3336
jobMatrixSetup:
37+
needs: formatKotlinAndApiDump
3438
runs-on: macos-latest
3539
outputs:
3640
emulator_jobs_matrix: ${{ steps.dataStep.outputs.emulator_jobs_matrix }}

0 commit comments

Comments
 (0)