Revert "Apply spotless automatically during build and commit to PR"

pull/1012/head
Don Turner 8 months ago committed by GitHub
parent dca54fd984
commit e695df3757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,11 +34,8 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- 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: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
- name: Build all build type and flavor permutations
run: ./gradlew assemble

Loading…
Cancel
Save