Skip to content

Commit

Permalink
Add gradle wrapper validation (open-telemetry#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 2f80141 commit 3ef76e6
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 3ef76e6

Please sign in to comment.