We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92bfa0 + 65059a0 commit 611d195Copy full SHA for 611d195
.github/workflows/gradle-wrapper-validation.yml
@@ -0,0 +1,10 @@
1
+name: "Validate Gradle Wrapper"
2
+on: [push]
3
+
4
+jobs:
5
+ validation:
6
+ name: "Validation"
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - uses: gradle/wrapper-validation-action@v1
0 commit comments