mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 19:38:34 +00:00
Add official Gradle Wrapper validation action.
See: https://github.com/gradle/wrapper-validation-action
This commit is contained in:
parent
66a668f55b
commit
455974cb05
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…
x
Reference in New Issue
Block a user