Skip to content

Commit 6eab8c3

Browse files
committed
Add CI job that validates the Gradle wrapper
See https://github.com/marketplace/actions/gradle-wrapper-validation
1 parent 030f038 commit 6eab8c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
- name: Build with Gradle
2323
run: ./gradlew build
2424

25+
validateGradleWrapper:
26+
runs-on: ubuntu-latest
27+
28+
steps:
29+
- uses: actions/checkout@v2
30+
- uses: gradle/[email protected]
31+
2532
publishCoverage:
2633
runs-on: ubuntu-latest
2734

0 commit comments

Comments
 (0)