Skip to content

Commit

Permalink
Revert "Removed explicit wrapper validation, as that's checked by def…
Browse files Browse the repository at this point in the history
…ault with every setup-gradle action since v4"

This reverts commit 0f7073a.
  • Loading branch information
ribafish committed Aug 9, 2024
1 parent 0f7073a commit 94455d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate Gradle Wrapper

on: [ push, pull_request, workflow_dispatch ]

jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate
uses: gradle/actions/wrapper-validation@v4

0 comments on commit 94455d7

Please sign in to comment.