Skip to content

Commit 86084a7

Browse files
authored
Add wrapper validation
1 parent 4dedfd2 commit 86084a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
branches: [ "develop" ]
88

99
jobs:
10+
validation:
11+
12+
name: "Gradle Validation"
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1
17+
1018
build:
1119

1220
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)