Reintroduce "Add Gradle Wrapper Validation GitHub Action"

Closes gh-19762
This commit is contained in:
Stephane Nicoll 2020-02-11 08:51:13 +01:00
parent 19b7dc8e4f
commit 85eb279b30

View File

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