Skip to content

Commit d9ed3a0

Browse files
valfirstmykola-mokhnach
authored andcommitted
chore: Add GitHub Action validating Gradle wrapper (#1296)
1 parent 3573e23 commit d9ed3a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Validate Gradle Wrapper"
2+
on: [push, pull_request]
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

Comments
 (0)