Merge pull request #4083 from hannesa2/GradleVerification

Gradle verifiction
This commit is contained in:
H. Lehmann 2020-05-01 12:37:28 +02:00 committed by GitHub
commit 95f269ae30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: "Validate Gradle Wrapper"
on: [pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1