Skip to content

Commit

Permalink
Merge pull request #5 from Marcono1234/patch-2
Browse files Browse the repository at this point in the history
Add Gradle Wrapper Validation action
  • Loading branch information
mstrobel authored Jul 7, 2021
2 parents e97d220 + 32f9bde commit fec0d7a
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: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1.0.3

0 comments on commit fec0d7a

Please # to comment.