Revert "Add Gradle Wrapper Validation GitHub Action"

This reverts commit 136cdacb40.

Our GitHub billing plan does not support Actions at the moment.
Reverting until that has been resolved.

See gh-19762
This commit is contained in:
Andy Wilkinson 2020-01-25 09:56:01 +00:00
parent 1d62debf11
commit bbb3103617

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