We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4cb7a commit 11f371eCopy full SHA for 11f371e
1 file changed
.github/workflows/gradle-wrapper-validation.yml
@@ -0,0 +1,22 @@
1
+name: "Validate Gradle Wrapper"
2
+
3
+on:
4
+ workflow_dispatch: null
5
+ push:
6
+ paths:
7
+ - "gradlew"
8
+ - "gradlew.bat"
9
+ - "gradle/wrapper/"
10
+ pull_request:
11
12
13
14
15
16
+jobs:
17
+ validation:
18
+ name: "Validation"
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - uses: actions/checkout@v4
22
+ - uses: gradle/actions/wrapper-validation@v4
0 commit comments