Skip to content

Commit

Permalink
Add gradle wrapper validation (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
  • Loading branch information
trask and cartersocha authored Oct 23, 2022
1 parent 8ab9828 commit ce3a8d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gradle wrapper validation
on:
pull_request:
paths:
- '**/gradle/wrapper/**'
push:
paths:
- '**/gradle/wrapper/**'

jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: gradle/wrapper-validation-action@v1.0.4

0 comments on commit ce3a8d7

Please sign in to comment.