Skip to content

Commit

Permalink
Merge pull request #19 from srlearn/gradle-validation
Browse files Browse the repository at this point in the history
👷 Add `gradle-wrapper-validation.yml` workflow
  • Loading branch information
hayesall authored Jun 3, 2022
2 parents a4b9d93 + a551608 commit 13b7d39
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:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 13b7d39

Please sign in to comment.