Official Gradle Wrapper Validation GitHub Action
See: https://github.com/gradle/wrapper-validation-action
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
6e6f4d0503
commit
19e989bc61
@@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
|
with:
|
||||||
|
min-wrapper-count: 2
|
||||||
Reference in New Issue
Block a user