Skip to content

Commit 32f9bde

Browse files
authored
Add Gradle Wrapper Validation action
1 parent bfad44c commit 32f9bde

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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/[email protected]
11+

0 commit comments

Comments
 (0)