We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06af68 commit e241558Copy full SHA for e241558
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ concurrency:
12
cancel-in-progress: true
13
14
jobs:
15
- formatKotlin:
+ formatKotlinAndApiDump:
16
runs-on: macos-latest
17
permissions:
18
contents: write
@@ -25,12 +25,16 @@ jobs:
25
with:
26
distribution: 'zulu'
27
java-version: '17'
28
+ - uses: maxim-lobanov/setup-xcode@v1
29
+ with:
30
+ xcode-version: latest-stable
31
- name: Format Kotlin
32
run: ./gradlew formatKotlin
33
- name: Api File Update
34
run: ./gradlew apiDump
35
- uses: stefanzweifel/git-auto-commit-action@v6
36
jobMatrixSetup:
37
+ needs: formatKotlinAndApiDump
38
39
outputs:
40
emulator_jobs_matrix: ${{ steps.dataStep.outputs.emulator_jobs_matrix }}
0 commit comments