Merge pull request #1010 from android/dt/apply-spotless-in-ci

Apply spotless automatically during build and commit to PR
pull/1837/head
Don Turner 2 years ago committed by GitHub
commit c63bb853da

@ -34,8 +34,11 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
- name: Apply formatting if failed
run: ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply Spotless
- name: Build all build type and flavor permutations
run: ./gradlew assemble

Loading…
Cancel
Save