Skip to content

Commit c003bc0

Browse files
Fix indentation for Gradle wrapper validation step
1 parent aa29de7 commit c003bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java-version: 21
1515
cache: gradle
1616
- name: Setup Gradle
17-
- uses: gradle/actions/wrapper-validation@v4
17+
uses: gradle/actions/wrapper-validation@v4
1818

1919
- name: Run lint and unit tests
2020
run: ./gradlew app:lintOseDebug app:testGplayDebugUnitTest

0 commit comments

Comments
 (0)