Skip to content

Commit

Permalink
github: workflows: Validate Gradle wrapper before building
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson committed May 31, 2024
1 parent b190902 commit d166099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
java-version: 17
cache: 'gradle'

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Build
env:
NEXTCLOUD_URL: ${{ vars.NEXTCLOUD_URL }}
Expand Down

0 comments on commit d166099

Please sign in to comment.