Skip to content

Commit 7c5fd06

Browse files
committed
Check out code and validate Gradle wrapper in PR workflow
1 parent 746f2aa commit 7c5fd06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
java-version: '8'
1717
distribution: 'liberica'
1818

19+
- name: Check out code
20+
uses: actions/checkout@v3
21+
22+
- name: Validate Gradle wrapper
23+
uses: gradle/wrapper-validation-action@v1
24+
1925
- name: Set up Gradle
2026
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
2127

0 commit comments

Comments
 (0)