Skip to content

Commit

Permalink
Add Gradle Wrapper validation (#44)
Browse files Browse the repository at this point in the history
fixes gh-43
  • Loading branch information
jonatan-ivanov authored Oct 8, 2022
1 parent e467ca6 commit 3151daf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]

permissions:
contents: read

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

0 comments on commit 3151daf

Please sign in to comment.