mirror of https://github.com/apache/lucene.git
Add Github Workflow for Gradle Wrapper Validation (#1207)
This commit is contained in:
parent
f5e9bb9493
commit
24f7a28ac1
|
@ -0,0 +1,11 @@
|
|||
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