Skip to content

Commit 43e748b

Browse files
committed
Add XR to spotless and build workflows
1 parent 365ef45 commit 43e748b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/apply_spotless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Run spotlessApply for Misc
5151
run: ./gradlew :misc:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
5252

53+
- name: Run spotlessApply for XR
54+
run: ./gradlew :xr:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
55+
5356
- name: Auto-commit if spotlessApply has changes
5457
uses: stefanzweifel/git-auto-commit-action@v5
5558
with:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ jobs:
4747
run: ./gradlew :wear:build
4848
- name: Build misc snippets
4949
run: ./gradlew :misc:build
50+
- name: Build XR snippets
51+
run: ./gradlew :xr:build

0 commit comments

Comments
 (0)