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.
2 parents dca54fd + e695df3 commit 3ccacbaCopy full SHA for 3ccacba
.github/workflows/Build.yaml
@@ -34,11 +34,8 @@ jobs:
34
- name: Setup Gradle
35
uses: gradle/gradle-build-action@v2
36
37
- - name: Apply formatting if failed
38
- run: ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache
39
- - uses: stefanzweifel/git-auto-commit-action@v5
40
- with:
41
- commit_message: Apply Spotless
+ - name: Check spotless
+ run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
42
43
- name: Build all build type and flavor permutations
44
run: ./gradlew assemble
0 commit comments