Skip to content

Commit d9d576f

Browse files
committed
Add Gradle Wrapper Validation workflow
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent f1273f4 commit d9d576f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/wrapper.yml

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

0 commit comments

Comments
 (0)