Skip to content

Commit 2e8d1c5

Browse files
committed
Add "Validate Gradle Wrapper"
See #1166
1 parent 7197da9 commit 2e8d1c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/gradle-wrapper-validation.yml

+10
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: "Gradle wrapper validation"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)