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.
1 parent 60facd9 commit 2cbbfb2Copy full SHA for 2cbbfb2
.github/workflows/ci.yml
@@ -51,6 +51,8 @@ jobs:
51
platform: ['windows-latest', 'ubuntu-latest']
52
steps:
53
- uses: actions/checkout@v2
54
+ - name: Gradle wrapper validation
55
+ uses: gradle/wrapper-validation-action@v1
56
- name: Set up JDK
57
uses: actions/setup-java@v1
58
with:
0 commit comments