Skip to content

Commit 4fe2c46

Browse files
Address CI findings
1 parent 992fd5f commit 4fe2c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: stefanzweifel/git-auto-commit-action@v5
4949
with:
5050
commit_message: 🤖 Apply Spotless formatting
51-
file_pattern: '**/*.kt **/*.kts **/*.java **/*.xml'
51+
file_pattern: '**/*.kt **/*.kts **/*.xml'
5252

5353
- name: Build debug APK
5454
run: ./gradlew assembleDebug --no-configuration-cache

0 commit comments

Comments
 (0)