Moves to spotless

This commit is contained in:
Vitor Pamplona
2024-01-06 10:44:05 -05:00
parent ed6c1e62e4
commit de61f7f383
9 changed files with 60 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Linter (gradle)
run: ./gradlew ktlintCheck
run: ./gradlew spotlessCheck
- name: Test (gradle)
run: ./gradlew test --no-daemon