Skip to content

Commit

Permalink
ci: Add Gradle wrapper validation action (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jun 5, 2020
1 parent 9b41ea7 commit 0bed162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
# Node version helps to workaround this problem:
# https://github.com/facebook/react-native/issues/26598
node-version: 12.9.1
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Install
run: |
yarn
Expand Down

0 comments on commit 0bed162

Please sign in to comment.