Excavator: Validate gradle wrapper is authentic (#328)

This commit is contained in:
Excavator Bot 2020-03-08 14:56:25 -07:00 committed by GitHub
parent 643c812f54
commit ca0b727848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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