Skip to content

Commit 0bed162

Browse files
authored
ci: Add Gradle wrapper validation action (#100)
1 parent 9b41ea7 commit 0bed162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
# Node version helps to workaround this problem:
9696
# https://github.com/facebook/react-native/issues/26598
9797
node-version: 12.9.1
98+
- name: Validate Gradle wrapper
99+
uses: gradle/wrapper-validation-action@v1
98100
- name: Install
99101
run: |
100102
yarn

0 commit comments

Comments
 (0)