Excavator: Validate gradle wrapper is authentic (#314)

This commit is contained in:
Excavator Bot 2020-02-25 17:33:37 -08:00 committed by GitHub
parent 99243bf8fb
commit 0205f0ca9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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