We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cfbdb commit cd38570Copy full SHA for cd38570
2 files changed
.github/workflows/Android-CI.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
distribution: "adopt"
28
java-version: ${{ matrix.java_version }}
29
+ - uses: gradle/wrapper-validation-action@v1
30
- name: Install Android SDK
31
uses: malinskiy/action-android/install-sdk@release/0.1.4
32
- name: Build project
.github/workflows/gradle-wrapper-validation.yml
0 commit comments