Skip to content

Commit

Permalink
Add Gradle Wrapper Validation (#54)
Browse files Browse the repository at this point in the history
* Add Gradle Wrapper Validation

* Make as part of CI.yml
  • Loading branch information
ShaishavGandhi authored Mar 1, 2020
1 parent 6700a2d commit c2f29bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java_version }}
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Configure Gradle
# Initial gradle configuration, install dependencies, etc
run: ./gradlew help
Expand Down

0 comments on commit c2f29bb

Please sign in to comment.