Skip to content

Commit

Permalink
GitHub Actions: add Gradle Wrapper Validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 3, 2024
1 parent ebba075 commit c1bc6b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]

jobs:
validation:
name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2

0 comments on commit c1bc6b2

Please sign in to comment.