Add official Gradle Wrapper validation action.
See: https://github.com/gradle/wrapper-validation-action
This commit is contained in:
parent
66a668f55b
commit
455974cb05
1 changed files with 2 additions and 0 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -13,5 +13,7 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew qa
|
||||
|
|
Loading…
Add table
Reference in a new issue