Revert "github: add Github workflow for Gradle wrapper validation (#6634)" (#6668)

This reverts commit 6548c6ff5e.
This commit is contained in:
Chengyuan Zhang 2020-01-31 15:32:44 -08:00 committed by GitHub
parent 6548c6ff5e
commit be27d0ba8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
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