Skip to content

Commit

Permalink
Check out code and validate Gradle wrapper in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 25, 2023
1 parent 746f2aa commit 7c5fd06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
java-version: '8'
distribution: 'liberica'

- name: Check out code
uses: actions/checkout@v3

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Set up Gradle
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629

Expand Down

0 comments on commit 7c5fd06

Please sign in to comment.