Skip to content

Commit f383bdc

Browse files
authored
Create gradle-wrapper-validation.yml (#957)
* Create gradle-wrapper-validation.yml * Add `pull_request` to list of triggers
1 parent 5f463c0 commit f383bdc

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)