Skip to content

Commit 136cdac

Browse files
JLLeitschuhsnicoll
authored andcommitted
Add Gradle Wrapper Validation GitHub Action
See: https://github.com/gradle/wrapper-validation-action See spring-projectsgh-19762
1 parent 4f569d6 commit 136cdac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Validate Gradle Wrapper"
2+
on: [push, pull_request]
3+
4+
jobs:
5+
validation:
6+
name: "Validation"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)