Skip to content

Commit 303e268

Browse files
committed
add gradle jar validation to ci
1 parent 1c6500c commit 303e268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- uses: actions/checkout@v3
2020

21+
- uses: gradle/wrapper-validation-action@v1
22+
2123
- uses: gradle/gradle-build-action@v2
2224
with:
2325
gradle-version: ${{ matrix.gradle-version }}

0 commit comments

Comments
 (0)