Skip to content

Commit

Permalink
Merge branch 'main' into version-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall committed Jun 3, 2022
2 parents df58633 + 13b7d39 commit d3ca404
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 d3ca404

Please sign in to comment.