Skip to content

Commit

Permalink
Validate Gradle Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed May 17, 2023
1 parent 174e4fe commit 9796c02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-fine-grained-personal-access-token
token: ${{ secrets.TIVI_OWNER_PAT }}

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

# Android sdkmanager requires JRE 8 🤷‍
- name: Setup JDK for sdkmanager
uses: actions/setup-java@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- uses: actions/checkout@v3

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

- name: set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9796c02

Please sign in to comment.