We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992fd5f commit 4fe2c46Copy full SHA for 4fe2c46
.github/workflows/build-and-test.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: stefanzweifel/git-auto-commit-action@v5
49
with:
50
commit_message: 🤖 Apply Spotless formatting
51
- file_pattern: '**/*.kt **/*.kts **/*.java **/*.xml'
+ file_pattern: '**/*.kt **/*.kts **/*.xml'
52
53
- name: Build debug APK
54
run: ./gradlew assembleDebug --no-configuration-cache
0 commit comments