Skip to content

Commit

Permalink
Apply spotless automatically during build and commit back to PR
Browse files Browse the repository at this point in the history
Change-Id: Id822a3179fe866ffe2bb63157e399003f1b3ae4d
  • Loading branch information
dturner committed Nov 2, 2023
1 parent c8c83d4 commit be062d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: stefanweifel/git-auto-commit-action@v4
with:
commit_message: Apply Spotless

- name: Build all build type and flavor permutations
run: ./gradlew assemble
Expand Down

0 comments on commit be062d6

Please sign in to comment.