Skip to content

Commit 64e44cb

Browse files
committed
Validate gradle wrapper binary
1 parent bca4f68 commit 64e44cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout project sources
1111
uses: actions/checkout@v4
12+
- name: Validate Gradle wrapper
13+
uses: gradle/actions/wrapper-validation@v3
1214
- name: Setup Java
1315
uses: actions/setup-java@v4
1416
with:

0 commit comments

Comments
 (0)