Skip to content

Commit 59743d7

Browse files
authored
Update build.yml (#17)
1 parent eac909a commit 59743d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Make gradlew executable
2222
run: chmod +x ./gradlew
23+
24+
- name: Spotless check
25+
run: ./gradlew spotlessCheck
2326

2427
- name: Build debug APK
2528
run: ./gradlew assembleDebug --warning-mode all --stacktrace

0 commit comments

Comments
 (0)