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 365ef45 commit 43e748bCopy full SHA for 43e748b
.github/workflows/apply_spotless.yml
@@ -50,6 +50,9 @@ jobs:
50
- name: Run spotlessApply for Misc
51
run: ./gradlew :misc:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
52
53
+ - name: Run spotlessApply for XR
54
+ run: ./gradlew :xr:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
55
+
56
- name: Auto-commit if spotlessApply has changes
57
uses: stefanzweifel/git-auto-commit-action@v5
58
with:
.github/workflows/build.yml
@@ -47,3 +47,5 @@ jobs:
47
run: ./gradlew :wear:build
48
- name: Build misc snippets
49
run: ./gradlew :misc:build
+ - name: Build XR snippets
+ run: ./gradlew :xr:build
0 commit comments