mirror of https://github.com/grpc/grpc-java.git
github: add Github workflow for Gradle wrapper validation (#6634)
This commit is contained in:
parent
2734e22ef5
commit
6548c6ff5e
|
|
@ -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
|
||||||
Loading…
Reference in New Issue