We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6500c commit 303e268Copy full SHA for 303e268
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
19
- uses: actions/checkout@v3
20
21
+ - uses: gradle/wrapper-validation-action@v1
22
+
23
- uses: gradle/gradle-build-action@v2
24
with:
25
gradle-version: ${{ matrix.gradle-version }}
0 commit comments